I have a problem with processing a Select Multiple:
When selected more than one option, the form sends only one value (of the last selected)Code:<form method=POST...> <select name='region' multiple> <option value=1> bla bla <option value=2> bla bla <option value=3> bla bla </select> </form>
region=3
It is not even an array. I am stuck here, damn.I thought this would be simple and clear, but not.
What to do?!? I can't use checkboxes because I'll have many choices.
Any suggestions?



I thought this would be simple and clear, but not.


Bookmarks