So that in PHP I can deal with them as :
foreach($_POST['checkboxname'] as $i => $value) ...
Do something like this:
<input type="checkbox" name="checkboxArray[]" />
Note the [] in the name.
1.4m articles
1.4m replys
5 comments
57.0k users