Posted by Sunny on 12/29/05 02:11
Hi
In a form I use a multiple selection section.
<select name="Xes" multiple><option
name="some_indexed_id">some_text</option>
How can I retrieve all the choices made in that <select> ?
$_POST["Xes"] only gives one value even if I choose many.
Thanks
Navigation:
[Reply to this message]
|