Posted by Johnny on 10/13/06 21:10
"nephish" <nephish@gmail.com> wrote in message
news:1160764737.443297.251860@h48g2000cwc.googlegroups.com...
> hey there all,
>
> i have an html page that uses a select element with optgroups. I want
> multiple="multiple"
> 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="multiple" >
>
> when this is submitted, are they passed as an array?
>
> thanks
>
make it name="people[]" then they will be..
Navigation:
[Reply to this message]
|