Guest_imported
New member
- Jan 1, 1970
- 0
Being new but, I have a logon for the users where if they are authenticated against a database are directed to another page. On that page I want to display info as collected from the database(query) regarding the user who logged in. I can display the session variable by saying echo $sessionid on the new page but how do I retrieve other info from the database using the $sessionid from that user?