louisstephens Posted March 11, 2009 Share Posted March 11, 2009 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 More sharing options...
phpdragon Posted March 11, 2009 Share Posted March 11, 2009 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. Link to comment https://forums.phpfreaks.com/topic/148888-php-user-profile-help/#findComment-781809 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.