Re: [PHP] Accessing form values from multi selects or checkboxes

2004-08-24 Thread Jason Wong
On Tuesday 24 August 2004 18:00, Alex Bovey wrote: > Basically I am using a JavaScript chained select function which complains > when I use square brackets in a field name, manual > PHP and HTML -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators

Re: [PHP] Accessing form values from multi selects or checkboxes

2004-08-24 Thread John Holmes
Alex Bovey wrote: Is there a way I can access the values selected in a multi-select dropdown or group of checkboxes without appending square brackets to the name of the input field in my form so that it automatically becomes an array in PHP? Write your own function to parse $_SERVER['QUERY_STRING']