Take a look at http://nl.php.net/manual/en/function.serialize.php and http://nl.php.net/manual/en/function.unserialize.php. Or if the keys don't matter and the array has just one level (strange, I know there's a different term for that, totally cannot find it in my memory :S) you can consider join() and split().
Wouter -----Original Message----- From: Jeff McKeon [mailto:[EMAIL PROTECTED] Sent: Wednesday 22 October 2003 18:59 To: [EMAIL PROTECTED] Subject: [PHP] Passing array variables in a GET Is this possible??? $blah[]=(a, b, c); <a href="http://www.blah.com/page.php?blah=<?PHP ECHO $blah ?>">link</a> So basically I have a page that need an array to perform some function. Can I pass that array variable (and thus it's data) to it from another page? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php