Hi,
I need some advice on how to edit records from a mysql database using php.
Basically the record will be displayed after a particular field is chosen.
What i need to know is how can i show the field data in a drop down box one after another and display the other data corresponding to it on a page and then edit them.
e.g., i have a form which captures name, address, telephone numbers etc.
Lets say i have the names displayed in a drop down box i want the address and telephones number displayed in the page in editable format.
I have the form and other stuff just need pointer on how to display using a drop down box and edit data.
Thank you very much.