> Most links being passed to clickrate do not have this particular problem. 
> Is it a problem if I pass all URL through urldecode, for those cases when I 
> need it, i.e. will it mess up a URL that hasn't been encoded with urlencode?

Run a little test script to see for yourself, but I don't believe that's true.
urldecode() on an unencoded string should just return the string.  However,
the reverse isn't true.  If you use urlencode() you must use urldecode(), if
you want a readable/usable value.

Chris



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

Reply via email to