Listboxes with Multiple Values
Can anyone help me with Listboxes that have multiple values.
In the HMTL page they are setup as an array i.e
<SELECT NAME="Hobbies[]" MULTIPLE>
<OPTION VALUE=1> Football </OPTION>
<OPTION VALUE=2> Rugby </OPTION>
</SELECT>
How do I read the values in from this page?
I get the following error:
Notice: Undefined variable: Hobbies in c:\inetpub\wwwroot\php\Forms\Listbox\ListBox.php on line 4
Which means that the array has not been setup and it is not reading the values in from it :<
Can anyone suggest to me how to do this?
Thanks,
joanncae
|