Cool.
Thanks John.

-Ryan

> The only simularity it has to register_globals ON is that you
> don't know
> what method provided the value. It could be POST, GET, or COOKIE.
> 
> But... if you're
> validating the data properly anyhow, it really
> shouldn't
> matter where it's coming from. I use $_REQUEST for everything,
> that way I
> can change the method of my forms if I need to without affecting my code
> (or
> the user can).
> 
> ---John Holmes...

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

Reply via email to