dgb3000 Posted November 18, 2012 Share Posted November 18, 2012 I have a site for the Club I made, however I want to make it so that I can read the Session info, and then a certain Row for a user's page. I made their own personal webpages that get their information from the Session from MySQL. I want to try and see if all the information after a certain part will collect information from a different row. If that can't, is there a way it can be certain marks? I don't know how to explain it, but it is supposed to be that it keeps their username and other information that is requested on the site is active, but collects certain information from a row on the database. If you don't understand, go here: http://www.mcqtools.cu.cc/Club/member/ and login with test:test (username:password) then go to the 'Block' tab... I want their information to stay on the TOP of the page, like the user's name and all that, but the other information on the bottom of the block is from a certain row (userid=1) I don't know if I explained that right or not :/ Quote Link to comment https://forums.phpfreaks.com/topic/270852-read-custom-rows-to-input-information/ Share on other sites More sharing options...
MarPlo Posted November 18, 2012 Share Posted November 18, 2012 Hi You can save the info you want into a $_SESSION , then check if that session exists, and get its data. For the other info, select from database. Quote Link to comment https://forums.phpfreaks.com/topic/270852-read-custom-rows-to-input-information/#findComment-1393348 Share on other sites More sharing options...
dgb3000 Posted November 18, 2012 Author Share Posted November 18, 2012 Ok, so i think i get it now, but how can i select a row then select a column in the row? Quote Link to comment https://forums.phpfreaks.com/topic/270852-read-custom-rows-to-input-information/#findComment-1393413 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.