1)Name value pairs of check boxes which are checked will be
returned.
2)To figure out which check box is returning "yes" you can use the
keys of the cbox[] array which is returned. That is if your query
returns 10 rows .. and user checks checkbox 1,3 and 5 out of those
.. then $cbox[0], $cbox[
replace "xxx" with the row number for your id field
when it gets to php, the index of $cbox will be the id from the database,
just use:
foreach ($cbox as $id=>$dummy)
to loop through the array
HTH
Martin
-Original Message-
From: Brian & Shannon Windsor [mailto:[EMAIL PROTECTED]]
Sen
2 matches
Mail list logo