RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread SP
Thanks Rick, that's what I thinking. Thought I was missing something. -Original Message- From: Richard Baskett [mailto:[EMAIL PROTECTED]] Sent: May 18, 2002 4:49 PM To: SP; PHP General Subject: Re: [PHP] passing ARRAYs through GET strings Well you can serialize an array usin

Re: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Richard Baskett
. - Napolean Hill > From: "SP" <[EMAIL PROTECTED]> > Date: Sat, 18 May 2002 16:35:00 -0400 > To: "Richard Baskett" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, "PHP > General" <[EMAIL PROTECTED]> > Subject: RE: [PHP] passing AR

RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread SP
Rick, what exactly do you mean by using serialization without sessions? how do you do that? -Original Message- From: Richard Baskett [mailto:[EMAIL PROTECTED]] Sent: May 18, 2002 4:31 PM To: [EMAIL PROTECTED]; PHP General Subject: Re: [PHP] passing ARRAYs through GET strings Hey no

RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread SP
Hey cool, didn't know that. -Original Message- From: Navid Y. [mailto:[EMAIL PROTECTED]] Sent: May 18, 2002 3:45 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] passing ARRAYs through GET strings No need to serialize arrays in PHP 4.0. They work seamlessly, as if you've passed

Re: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Richard Baskett
rom: "Navid Y." <[EMAIL PROTECTED]> > Reply-To: <[EMAIL PROTECTED]> > Date: Sat, 18 May 2002 14:43:27 -0500 > To: "'PHP General'" <[EMAIL PROTECTED]> > Subject: RE: [PHP] passing ARRAYs through GET strings > > Well Rick, > > Let

RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Navid Y.
ECTED] Subject: RE: [PHP] passing ARRAYs through GET strings Okay let me clarify, if I had an array like this I would just use sessions this way: $myarray = array( array('1', '2'), array('3', '4') ); $_SESSION['myarray'] = serialize($mya

RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Navid Y.
e- From: Richard Baskett [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 18, 2002 2:12 PM To: [EMAIL PROTECTED]; PHP General Subject: Re: [PHP] passing ARRAYs through GET strings Well what I normally do to pass very large arrays through strings.. when NOT using sessions, I use serialize, but it so

RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread SP
ser goes to by doing this: $myarray = unserialize($_SESSION['myarray']); -Original Message- From: Navid Y. [mailto:[EMAIL PROTECTED]] Sent: May 18, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] passing ARRAYs through GET strings Thanks SP and Richard, Well, I teste

Re: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Richard Baskett
"Navid Y." <[EMAIL PROTECTED]> > Reply-To: <[EMAIL PROTECTED]> > Date: Sat, 18 May 2002 13:51:38 -0500 > To: <[EMAIL PROTECTED]> > Subject: RE: [PHP] passing ARRAYs through GET strings > > Thanks SP and Richard, > > Well, I tested it and it works fine

RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Navid Y.
m: SP [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 18, 2002 1:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] passing ARRAYs through GET strings Hi Navid Don't you have to serialize it to put it in sessions? -Original Message- From: Navid Y. [mailto:[EMAIL PROTECTED]]

Re: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Richard Baskett
CTED]> > Date: Sat, 18 May 2002 13:26:11 -0500 > To: <[EMAIL PROTECTED]> > Subject: [PHP] passing ARRAYs through GET strings > > Hello :) > > Can anyone suggest of another way, an easier way, to send arrays through > get strings, or through any other process, w

RE: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread SP
Hi Navid Don't you have to serialize it to put it in sessions? -Original Message- From: Navid Y. [mailto:[EMAIL PROTECTED]] Sent: May 18, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: [PHP] passing ARRAYs through GET strings Hello :) Can anyone suggest of another way, an easie

Re: [PHP] passing ARRAYs through GET strings

2002-05-18 Thread Richard Baskett
CTED]> > Reply-To: <[EMAIL PROTECTED]> > Date: Sat, 18 May 2002 13:26:11 -0500 > To: <[EMAIL PROTECTED]> > Subject: [PHP] passing ARRAYs through GET strings > > Hello :) > > Can anyone suggest of another way, an easier way, to send arrays through > get

[PHP] passing ARRAYs through GET strings

2002-05-18 Thread Navid Y.
Hello :) Can anyone suggest of another way, an easier way, to send arrays through get strings, or through any other process, without having to serializing it? For example, would it be better to use sessions in this case? Any help would be greatful, thanks. :) Navid -- PHP General Mailing L