Sample Chapter From Pro PHP, Patterns, Frameworks, Testing and More

My buddy Julie Miller over at apress has come through for us again. Today you get a double bonus. You get to check out a sample chapter of “Pro PHP, Patterns, Frameworks, Testing and more” by Kevin McArthur. You also get a great tutorial...

Should I turn on register_globals in the php.ini? Print E-mail
User Rating: / 0
PoorBest 
PHP FAQs
No. Make sure register_globals are turned off, and if you cannot turn them off because you do not have access to the php.ini, you can try to put the following in a .htaccess file (if you are able to use .htaccess): php_flag register_globals off. Ask your web hosting company if you need help.
 
< Prev   Next >