how to check if autogenerated checkbox is checked or not ?
Posted by dkultasev on 10/12/07 21:21
Hello,
I have small script which generates some listboxes. Their names are
listXX (list01, list02, list03....). How to check if there are checked
or not ? If I have 1 listbox and have it's name I do $_POST['list01'].
But what to do in that situation ?