Re: [PHP] Newbie: Update Multiple Records

2002-08-16 Thread Justin French
Hi, Print out your data onto a master page, with checkboxes. The checkboxes should be an array, with the ID (or some other unique identifier) of each row. The array would look something like: $approve['1'] => 'Y'; $approve['2'] => 'Y'; $approve['3'] => 'Y'; ... $approve['10'] => 'Y'; The arr

[PHP] Newbie: Update Multiple Records

2002-08-16 Thread Lists
Hi everyone, I'm a newbie. I've been searching google and php.net trying to find information on how to set up a Master Page to do multiple records updating, but have found very little. I have a table with 10 rows of data from MySQL and I'd like the user to check the "Approve" checkbox and for a