mmaz
Programmer
- Nov 22, 2000
- 347
Hi,
I have a multiselect listbox on my form, and when the form is submitted, I only get the first value selected, instead of a list of values separated by commas.
<?print $lstSecteur; ?> //only prints the first value
<form>
...
<SELECT size="3" name="lstSecteur" MULTIPLE>
...
</form>
How can I get all the values?
Thanks,
Marie
I have a multiselect listbox on my form, and when the form is submitted, I only get the first value selected, instead of a list of values separated by commas.
<?print $lstSecteur; ?> //only prints the first value
<form>
...
<SELECT size="3" name="lstSecteur" MULTIPLE>
...
</form>
How can I get all the values?
Thanks,
Marie