Dee Ayy wrote:
On Mon, Nov 10, 2008 at 5:26 PM, Dee Ayy <[EMAIL PROTECTED]> wrote:
My bad.

I urlencoded the %20 LOL

%20 works.


And just in time to go home.
Thanks.

if you use rawurlencode() instead of urlencode() this won't be a problem; since that does change spaces to %20 instead of +.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to