ah ok, i should of guessed. any way all the form values are in either the get or post array depending on your form action so
print_r($_POST)
; will how you what you have to work with.
oh and add [] to the name like so:
<SELECT NAME="fish[]" MULTIPLE>