name your checkboxes like so
on your result page you'll end up with an array of checked boxes. If the
boxes are not checked they dont appear in the array.
for quick and dirty debugging on your result page:
';
print_r($_POST['mycheckbox']); // returns your checkbox array
print
hi lon
thats because for the same variable can be submitted only one value. make an
array (like variable[]) out of your variable and then parse it with
foreach() for working with the values selected by the user.
hope you understand what i'd like to say. my english is not too good.
bye,
matt
2 matches
Mail list logo