RE: [PHP] Serialize/URLencode query...

2002-05-11 Thread Glenn Sieb
At 12:11 AM 5/12/2002 -0700, John Holmes posted the following... >You should use sessions. All you have to do is call session_start() at >the beginning of your code. Then, any variable you want to save to the >session, you simply use: That did the trick! Thanks for the explanation, John! Now I ha

RE: [PHP] Serialize/URLencode query...

2002-05-11 Thread John Holmes
02 7:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Serialize/URLencode query... > > I'd like to pass a bunch of variables to another PHP page for processing > there... I think serialize() and urlencode() will do what I'm looking > for.. > can I pass multiple strings

[PHP] Serialize/URLencode query...

2002-05-11 Thread Glenn Sieb
I'd like to pass a bunch of variables to another PHP page for processing there... I think serialize() and urlencode() will do what I'm looking for.. can I pass multiple strings through this? I'm also not clear on how I can decode the separate strings out... Can someone point me in the right di