say I have ten checkboxs named: ccnt_1, ccnt_2, ccnt_3, ......
how could I loop through with soemthing like:
for ($i=1; $i<11; $i++) {
}
to find which ones where checked?
I would name the checkboxes: ccnt[1] etc that would create an easier to match array.
gotcha - thanks