Re: php update multiple records using checkboxes -
07-21-2004
, 02:17 PM
thanks a lot for your answer: that sure gets me on the right track!
one more issue: in the example you gave, there are three 3 records and thus 3
checkboxes
in my case, however, the number of records and thus the number of checkboxes
is in itself dynamic (i created a repeat region for the recordset and the
checkbox)
how do i handle this?
many thanks |