hey there all,
i have an html page that uses a select element with optgroups. I want
multiple="multi ple"
but when i pass it to the php script, i do not know how to get the
values out.
like this
<select name="people" multiple="multi ple" >
when this is submitted, are they passed as an array?
thanks
i have an html page that uses a select element with optgroups. I want
multiple="multi ple"
but when i pass it to the php script, i do not know how to get the
values out.
like this
<select name="people" multiple="multi ple" >
when this is submitted, are they passed as an array?
thanks
Comment