alice123 Posted April 20, 2008 Share Posted April 20, 2008 This may not even belong in this forum, but I don't know where else to ask (and I've searched the web to no avail)... I've set my webpage up so that people can register and log in. I now want to make it so that they can edit their own profiles with their interests, age, job, etc. How can I do this? (and does it even involve php or something else?) Thank you! Link to comment https://forums.phpfreaks.com/topic/102020-making-customizable-profiles/ Share on other sites More sharing options...
dptr1988 Posted April 20, 2008 Share Posted April 20, 2008 This would probably go in the 'Application Design/Layout (No coding help)' section http://www.phpfreaks.com/forums/index.php/board,58.0.html First, find all the information you want to store for each profile: ( intrest, age, job, etc) Find a way of storing that data: MySQL database, flat file database Create a page reads the data from the database ( or uses the default values, if this is a new profile) and displays the data in a form and allows the users to edit/save the data, Create another page that displays the profile for the public. Link to comment https://forums.phpfreaks.com/topic/102020-making-customizable-profiles/#findComment-522178 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.