> [snip]
> I just signed up with a new hosting site. So first thing I did was check
> what phpinfo() had to say.
>
> I see that register_globals is turned on. Now I always use the $_GET and
> $_POST vars but will this still affect me?
> [/snip]
>
> Nope, you can keep using, and should keep using, the $_GET and $_POST
> arrays.
>
>

And this won't pose as a security risk to me?

Just for kicks I tried using the .htaccess to turn it off locally but the
hosting site doesn't have the AllowOverride option set for me.

-- 
--Matthew Sims
--<http://killermookie.org>

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

Reply via email to