Question
PHP - MYSQL - Help PLEASE!
I need to update records in a database when the users clicks submit. For instance, I have a recordset returning from 1 to 100 rows. When the user clicks submit, I need to update each row the original recordset has returned. I have 3 fields in each row that need to be updated when it's submitted. How can I accomplish it with ONE click??
