Re: [PHP] adding hidden form values to array

2002-02-01 Thread Jim Lucas [php]
. Jim Lucas - Original Message - From: "Erik Price" <[EMAIL PROTECTED]> To: "PHP (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 12:42 PM Subject: [PHP] adding hidden form values to array > In my system, a user can query a database which is

[PHP] adding hidden form values to array

2002-02-01 Thread Erik Price
In my system, a user can query a database which is populated with the names of image files. The form is submitted, and the page recalls itself but displays all matching results. In each matching result is a checkbox form field, with the primary key of the file as the value (I'm using MySQL).