On Mon, 13 Sep 2004 18:35:58 +0300, Rosen <[EMAIL PROTECTED]> wrote:
> I changed the JScript to encode data not as unicode - now it code data as
> "%20%2B%20".
> But when I get data with $_REQUEST["var"] - I loose symbol "+" - with code
> "%2B".

Can you change it back before you decode it?  Maybe with str_replace() ?


-- 
Greg Donald
http://destiney.com/

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

Reply via email to