[PHP-DB] Updating multiple rows from a single form submission

2002-01-17 Thread John Hawkins
Hi again! I have a MySQL table named ratings. It has 5 fields in it like this: ID, name, deposit, days, hands The table has 10 rows in it with assorted data in each field. Here is what I would like to to: 1. Display all 10 rows of data on the page in a table with the fields deposit, days and

RE: [PHP-DB] Updating multiple rows from a single form submission

2002-01-17 Thread Beau Lebens
PROTECTED]] // Sent: Thursday, 17 January 2002 4:41 PM // To: php-db list // Subject: [PHP-DB] Updating multiple rows from a single form // submission // // // Hi again! // // I have a MySQL table named ratings. It has 5 fields in // it like this: // ID, name, deposit, days, hands