On 21 Nov, sergen wrote:
> 
>      When sending text with "+" by "?" on url $Request->QueryString
>      eats
> "+" (the text is absolutely the same but only this sign).
>    Is it a bug or may be some else ?
> 
>    using: Mandrake 7.2
>                 Apache 1.3.14-2mdk
>                apache-mod_perl 1.3.14_1.24-2mdk
>                Apache-ASP 2.002mdk
>                httpd-perl (proxied)
> 
>    If someone know what to do pls send a sign, thnks

Note that URL encoding treats the symbol '+' as the URL encoded version
of the symbol ' ' (space, ASCII 32). The sequence of characters you need
to include in a query string in order to have your script interpret it
as the symbol '+' is '%43'.

Your problem report isn't exactly clear on what you mean by "eats", but
this may be your trouble.

HTH

Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to