Hello -
I’m having a problem when posting a multiple select form to a php script on one of my dreamhost accounts…
Example:
Here’s the script it’s posting to:
<?php print_r($_POST); ?>One would expect to see an array returned in the $_POST variable if you selected multiple options in the select input. However, under all circumstances I do not see the result that is to be expected.
I’m assuming this is an apache setting somewhere, but wanted to run it by everyone incase I’m missing something obvious.
Thanks for the help.