Oosten, Sjoerd van wrote:

> Hello
> 
> I just discovered a netscape 4.7 bug when sending a string. The variable
> cannot contain a space.  So a string like this does not work in netscape 4.7
> 
> objectdetail.php?Bouw=variable&Object_type=normal&Street_type=normal
> street&.....................
> 
> The variable Street_type doesn't get through netscape 4.7, but IE and
> Netscape 6 do let the variable through.
> 
> 
> Is there a way to automatically let a spacer fill with %20 so it works at
> all browsers and i don't have to reprogram my system?
> 

You need this:

http://www.php.net/manual/en/function.rawurlencode.php

-- 
Pavel a.k.a. Papi


-- 
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