This is a discussion on multiple select box within the PHP General forums, part of the PHP Programming Forums category; Hey all, I'm curious if anyone else has ever come across this problem: I have a multiple select box ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey all,
I'm curious if anyone else has ever come across this problem: I have a multiple select box named 'chosen'. When it is submitted, only the last option selected appears under $_POST['chosen'], when I print_r($_POST). Any ideas? Thanks in advance, Steve |