Question regarding updating database records
I am working on my first dynamic website (php/mysql based). I need the users of my website to be able to update database records (such as their user profiles or other type of db records). I am trying to find some html/php/mysql example code that reads a selected database record, builds an html form filled with the obtained database data, then allows the user to modify any of the data in the form, and finaly submits the form again to the database for an uodate of the record. Is their some tutorial or some specific code someone can direct me to to implement this specific task. Thanks for the help!
