Jay Blanchard wrote:
[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.

You may be able to turn off register_globals for your site using an .htaccess file, also.


--

---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

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



Reply via email to