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
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
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
3 matches
Mail list logo