Populating a php page from mySQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
DougieC
Forum Newbie
Posts: 18
Joined: Fri Jul 25, 2003 1:49 pm

Populating a php page from mySQL

Post by DougieC »

What I want to do is when a user types in there user name and password to get into the page, that their editable information is displayed on the html or php page for them to change then submit it back to the database.
My question is... is this possible? And if There are any good tutorials that explain how to do this?

Thanks guys and gals
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

Yes its possible. Just about half the tutorials on the web for PHP cover this. And just about every book on the subject
Post Reply