[thelist] Php array into session via form checkboxes

Damien COLA damiencola at wanadoo.fr
Fri Oct 17 16:56:14 CDT 2003


perhaps you should use bands[] instead of bands in all input checkboxes.
the values will then be passed into an array, in PHP it will be $bands
or $_POST['bands']

-----Original Message-----
The big problem I have is that I've got the array data to be accessable
after the page is posted BUT instead of the selections made in the
checkboxes being passed as variables, all the values are being posted.



More information about the thelist mailing list