I was wondering if I can pass an array that has serialized objects to next
page via url encoding

$foo  //array with serialized objects in it

with the following encoding

something/something/foobar.php?foo=echo($foo)

and be able too unserialize $foo on the next page(foovar.php)

ryan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to