urlencode() will turn a space into "+".  If you want the real full codes
like "%20" you need to use rawurlencode() instead.

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

 -dan

Previously, John Huggins said:
> 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

-- 
Never underestimate the power of stupid people in large groups.
                                            -George Carlin

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