Hey, Simple, I just want to pass a multidimensional array within a user's session so I can access the array through many pages. Thanks
Check out the serialize() function in the php manual, http://www.php.net/manual/en/function.serialize.php. Be sure to read the user comments.