I have tried on several occasions to write and re-write this code, and I have given up. I need to kbnow how to best do this-
I have a table with several profiles in it. I want the user to be able to modify their profile using a form.
I figured that if you place the Value like this-
<input type="text" name="hobbies" value="$hobbies">
($hobbies assigned from the database).
I thought that if I did this, then the field would populate with the value that was in the database, and then they could just change the information in the field and the form action script would then change the information in the database. But it never updated the table.
Does anyone have a suggestion as to how I could do this?