--- SpyProductions Support Team
<[EMAIL PROTECTED]> wrote:
> I am having some issues, apparently, with URL encode.
...
> Oh, and BTW, I do use urldecode().  :)

If you are using URL encode in order to pass values on the
URL (and then reference them as $_GET['blah']), then URL
decoding is superfluous and can cause problems.

Some code or more details would be nice, as the other
poster suggested. As it is, we have no idea why you are
using URL encoding, so we have no idea what is not working
for you.

Chris

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

Reply via email to