Thanks Chris,

but I understand urlenconde and urldecode - what I need to see in an example
where rawurlencode as opposed to urlencode is used and why.

Thanks,
Abe
----- Original Message -----
From: "Christopher Allen" <[EMAIL PROTECTED]>
To: "info" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 4:12 PM
Subject: Re: [PHP] URL Encode >


> In one page from a series of pages where I am building arrays for future
> use:
>
> $item4_array = urlencode (serialize ($item4_array));
> echo "<input type=hidden name=item4_array value=$item4_array>";
> ---
> On my last page I send an email so I need the info that was stored:
>
>
>
> $item4_array = unserialize(urldecode($item4_array));
> $message .=" DIMS: L $item4_array[2] W $item4_array[3] H $item4_array[4]
> \n";
> $message .="Item Weight $item4_array[1] \n";
>
>
> > Hey there,
> >
> > does anybody have any info regarding urlencode and rawurlencode
>
>
> HTH--
>
> ccma
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to