Re: PHP 5.0.3 and base64 encoded cookie value issue?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Greetings,
>  I tested Richard's suggestion below, and it appears
> that 'urlencode' is not the function that I want.
>  Are there any other options? Does anyone know what
> PHP uses internally to 'munge' the cookie? I looked at
> the php.ini doc's and I could not find any option to
> turn off whatever 'encoding' PHP uses internally.

Hmmm.

Okay, show us some "before" and "after" values.

It's *GOT* to be something not unlike urldecoding if it changes + to space.

Damn!  PHP's urlencode might use %20 instead of + (or vice versa) so then
the urldecode and urlencode are not be true inverse functions, for
space/%20/+ scenarios.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux