yah, i dunno man.. i tried the debugging code
print '<pre>';
print_r ($_GET['chk']);
print '</pre>';
and it doesnt print anything.
I am checking the checkboxes before submitting the form.
If i use this
foreach ($_GET['chk'] as $k=>$v) {
print "checkbox $k has a value $v <br>";
}
i get the invalid foreach error message...
Hmm...