display user data
Posted: Tue Jul 22, 2008 4:26 pm
hi,
I'm pretty new to php and I'm looking for some help. I've got a simple login system and what I'm trying to achieve is to display the user information once the user has successfully logged in.
When the user successfully logs in it creates a session based on the user id in the database. I want to be able to display all the information in the database for that user. For example,
User logs in - welcome page that says welcome 'firstname' here are the tutorials you have taken...
Any help is greatly appreciated.
Thank you
Lisa
I'm pretty new to php and I'm looking for some help. I've got a simple login system and what I'm trying to achieve is to display the user information once the user has successfully logged in.
When the user successfully logs in it creates a session based on the user id in the database. I want to be able to display all the information in the database for that user. For example,
User logs in - welcome page that says welcome 'firstname' here are the tutorials you have taken...
Any help is greatly appreciated.
Thank you
Lisa