I'm trying to access an array that I have stored in a session variable. The first page I'm dealing with is a form collecting a bunch of personal info, and if I submit the form with out giving it any values but those for the array in question everything seems fine. However, as soon as I fill in teh rest of the form, I'm no longer able to use the array.
When I echo $_SESSION[myarray]
its value is still Array.
But, when I try to send it to a foreach, I get an invalid argument error as though it is not array.
I know this isn't much to go on, but if anyone has had a similar problem I'd really appreciate any help.
thanks