Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display info from database

Status
Not open for further replies.

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?
 
Register a session variable which holds the index of the user's record in the database. ______________________________________________________________________
TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top