Guys,
My ISP (Dreamhost) has Register Globals turned off, and I have a page of several checkboxes with the same name but differing values, upon the page being submitted I need to be able to loop through these checkboxes within a single variables name.
I've searched and searched for all results seem to show solutions using Register Globals on, how can I get around this being turned off without using Javascript to collate the array clientside?
Thanks!