This is a code test for PHP form posting of a <select> when using the multiple argument.
See methodfish.com for more information
The left side form posts a select named 'myselect' and results in each chosen value being posted with the same name ('myselect') | The right side form posts a select named 'myselect[]' and results in an each chosen values being posted within an array named 'myselect' |