Re: [PHP-DB] Re: Passing url parameters

2004-10-07 Thread Bastien Koert
yes, serialize the array. then unserialize it on the other side. look it up in the manual bastien From: Gary Hotko <[EMAIL PROTECTED]> Reply-To: Gary Hotko <[EMAIL PROTECTED]> To: Amit Arora <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Passing url param

Re: [PHP-DB] Re: Passing url parameters

2004-10-07 Thread Gary Hotko
Got a question can one send a full array to another page with out having out put each value stored in it manually? On Sun, 03 Oct 2004 05:54:54 +0530, Amit Arora <[EMAIL PROTECTED]> wrote: > You can set this to anything you want. > > http://www.url.com?new_field=value > > And you can get the va

[PHP-DB] Re: Passing url parameters

2004-10-02 Thread Amit Arora
You can set this to anything you want. http://www.url.com?new_field=value And you can get the value using the $_GET['new_field'] Amit www.digitalamit.com Stuart Felenstein wrote: I swear this is not a repeat of earlier post :) When passing variables via URL, my understanding is that the value passe