Account user see his/hers own info

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
notsosmart
Forum Newbie
Posts: 1
Joined: Wed Oct 24, 2007 6:40 pm
Location: toronto, ON

Account user see his/hers own info

Post by notsosmart »

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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Posting your code is a good start :wink:
Post Reply