IE may tolerate it, but you should transpose those spaces into the URL
encoded equiv. I think this is %20 for a space, but check your hex table to
be sure.
Here is your function to do this.
http://www.php.net/manual/en/function.urlencode.php
IE tolerates a lot of slack programming. Netscape tells it like it should
be so us it for testing your code along with IE.
John
> -----Original Message-----
> From: Mark Lo [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 2:23 PM
> To: *PHP mail list
> Subject: [PHP] link variables space problem in netscape
>
>
> Hi,
>
> I am having a problem in link variables in netscape. etc.
> www.domain.com?xx=1&xxx=2&xxxx=mark lo&xxxee=polol
>
> if the above link contains space, then everyting is faded after the space,
> how to over come this problem in netscape. In IE5, it is okay to
> have space
> in link variables.
>
> Thank you
>
>
> Mark
>
>
> --
> 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]
>
--
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]