I know this is a stupid question but....
I have a form input page which passes about 10 vars to the next page via <INPUT type=hidden name=string value =$string>. The regular vars are being passed to the action page with no difficulty.
However, when I try to pass a multi-dimensional array to the next page using the same method I get some serisouly strange results. Can you not pass arrays through hidden form elements?