Forum Moderators: coopster
We need to let people who have registered on our site to be able to edit their details. I guess they would log in using their email address and password then the form would return the details we have about them on the database e.g dob, email, name and address. They would then be able to update these details.
I am sure this is very simple and probably a dumb question but any help would be much appreciated.
What you want is not that hard to build - for a moderately experienced programmer. Some knowledge of handling sessions, connecting to a database, and validating the user's input is essential.
Your task is too non-trivial for me to simply give an example. No offence, but I must suggest that you read through a PHP tutorial; there are quite many on the web. There also are tons of books which will give you more insight into building web applications with PHP and MySQL.
Check our library many of your questions might be already answered in there.
<edit>Added link</edit>
Here you go [webmasterworld.com]