I would like to take the recordset from a table and populate a form that will enable a user to update each of the fields from the recordsets, I would then like the user to only have to POST the form once, and then each of the entries on the form update the relevant recordset from the original table. Making updates more efficient.
This is easy with ASP and Ultradev, but I can't get my head round it with PHP and MySQL.
Any help would gratefully be appreciated. Thanks in advance.