Jump to content

PHP User Profile Help


louisstephens

Recommended Posts

Alright,

 

For my site, I would like to let people who login to have their own profile page, however.. How do I really set up a database for this purpose based on who logs in. I have one table set up to store the login information and to pull from it using email, username, password.

Link to comment
https://forums.phpfreaks.com/topic/148888-php-user-profile-help/
Share on other sites

First you need to decide what profile information you want the users to have and edit, then add those feilds to you table, also have an auto incrementing userID field that is unique to each user.

 

Setup your login page, then setup a page for editing the information of the profile, using forms your users can input their profile information accordingly and you insert/update the table using the userID to find the right entry to add or update to.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.