Updating individual account details
Posted: Tue Oct 12, 2010 10:12 am
Hi I am currently building a website (PHP/MYSQL etc) and I have a registration page, login etc, and a page where members can update their details. The way I have done it is a member can view their details on a page which has a link at the bottom to edit their details (and another to close their account). If they click edit details, they are taken to a new page where they have another registration form (table) to fill in which updates their details accordingly (with the usual checks for duplicates etc).
I was wondering if anybody is aware of a way of rather than going to another page, i could have text areas in the table which displays existing details where the user can type in a new detail and click an individual update button for each detail (without navigating away from the page or update all the fields).
Many thanks in advance for any advice
I was wondering if anybody is aware of a way of rather than going to another page, i could have text areas in the table which displays existing details where the user can type in a new detail and click an individual update button for each detail (without navigating away from the page or update all the fields).
Many thanks in advance for any advice