Jump to content

Making Customizable Profiles


alice123

Recommended Posts

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

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.

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.