Reply to Re: [PHP] array carrying from one php page to another
Posted by Curt Zirzow on 12/08/05 09:59
On Thu, Dec 08, 2005 at 02:39:46AM -0500, Zack Bloom wrote:
> you could just pass in in the address, eg:
> www.example.com?var1=$var1&var2=$var2
>
> to get them use $_REQUEST['var1']
>
> to pass an array you could use serialize($var1) and unserialize($var1)
Or just use http_build_query() (php5 only)
Curt.
--
cat .signature: No such file or directory