--- SpyProductions Support Team
<[EMAIL PROTECTED]> wrote:
> So what is the decode part for then?  Earlier versions of
> PHP?

No, it is for decoding URL-encoded strings, just as you
would expect.

The reason you do not need to decode URL variables is
because they are not URL-encoded by the time your script
executes.

Chris

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

Reply via email to