"Conover, Ryan" wrote:
>
> 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 $fo
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 Ge
2 matches
Mail list logo