Hi all,
I would like to use a form to update multiple rows within a table.
Is this possible with PHP and MySql?
if Yes how do I do it???
Greets
Peanuts
yes it's possible.
Gather the data in the form
Make the appropriate SQL statements to update the rows.
read the manual