Re: more detail..passing array_var with $_get

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Sukanto Kho" <starofflame@xxxxxxxxxxx>

> My problem is I want to pass var array with $_get..
> 
> eg : $a=array()  then i pass to other pages www.main.com?b=$a
>        after that echo $b
>        the result is "array"... just that...

$safe = urlencode(serialize($a));

$url = "http://www.main.com/?b=$safe";;

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux