Wednesday, May 10 2006 @ 09:31 AM CDT
Contributed by: sv800
Views: 5,671
Need to turn on / off the register global variables? Where is the php.ini file
If you are getting empty variables with PHP scripts, is
quite possible that the PHP register global variables are off and the
script does not handle the variables properly.
This guide explains how turning OFF/ON the
Register_globals, how enable the variables even with the setting off.