How can I retrieve values from a SELECT-box with multiple rows selected?
thanks!
If you do:
Print_r($_POST);
It will show all the values that have been posted..
For selects make sure you have
[ ]
notation at the end of the select name.