Account user see his/hers own info
Posted: Wed Oct 24, 2007 7:04 pm
hello
I will keep it short.
- Just a beginner on PHP, but understand it a little. I have created my Phpmyadmin database that holds 1 table with three records, username, password, & age.
- I used dreamweaver to create the user log-in screen and that works! the username and passwords are reconized by the database. that works!
- Here is the issue: When each user logs in, I want it to display that users' account info somewhere on the page. I want it to show the info from the database(username, password, & age.) How do i do this??
EXAMPLE::
Welcom new member!
Username | Password | Age
other info.
That’s it!
I hope you can help me.
Thank you
I will keep it short.
- Just a beginner on PHP, but understand it a little. I have created my Phpmyadmin database that holds 1 table with three records, username, password, & age.
- I used dreamweaver to create the user log-in screen and that works! the username and passwords are reconized by the database. that works!
- Here is the issue: When each user logs in, I want it to display that users' account info somewhere on the page. I want it to show the info from the database(username, password, & age.) How do i do this??
EXAMPLE::
Welcom new member!
Username | Password | Age
other info.
That’s it!
I hope you can help me.
Thank you