Can anyone give me a quick hint for this?
Say, I have: <SELECT NAME="opt3" SIZE="15" multiple>
Then I'd like to list the items selected...
echo $_POST["opt3"];
but this gives only the first one
how do I get the rest?
Say, I have: <SELECT NAME="opt3" SIZE="15" multiple>
Then I'd like to list the items selected...
echo $_POST["opt3"];
but this gives only the first one
how do I get the rest?
Comment