In order to get the values of a multiple select box, the name should be set as an array, like $name[].
But what I want to do is have 3 multiple select boxes, one for each record to be inserted. I can get everything but multiple select boxes to work.
I tried $name[][] but it doesn't work.
Is this possible to do?
-Doug