Re: [PHP] more proplems with passing arrays

2003-11-02 Thread Robb Kerr
On Sun, 02 Nov 2003 16:33:03 -0500, Lowell Allen wrote: >> I'm trying to pass an array variable from a search page to the results page >> via GET. The $NAMES variable contains an array which is obtained from the >> URL. Per a previous suggestion I've been trying SERIALIZE/UNSERIALIZE but >> can't

Re: [PHP] more proplems with passing arrays

2003-11-02 Thread Lowell Allen
> I'm trying to pass an array variable from a search page to the results page > via GET. The $NAMES variable contains an array which is obtained from the > URL. Per a previous suggestion I've been trying SERIALIZE/UNSERIALIZE but > can't get the variable to pass correctly. To take a look at my test

RE: [PHP] more proplems with passing arrays

2003-11-02 Thread Jake McHenry
> -Original Message- > From: Robb Kerr [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 02, 2003 2:20 PM > To: [EMAIL PROTECTED] > Subject: [PHP] more proplems with passing arrays > > > I'm trying to pass an array variable from a search page to > the results page via GET. The $NAMES v