The sending form works with JavaScript. When enter on some field combination
"+ " plus sign and space - JScript encode it - I see it with alert -
"%2B%20" , but when new window opens on url bar shows "+%20" - thath means
space only.


"Greg Donald" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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