Guest Posted December 13, 2003 Share Posted December 13, 2003 I just setup a local server and can someone please tell me how to set register_globals to ON Link to comment Share on other sites More sharing options...
OceanRanch Posted December 13, 2003 Share Posted December 13, 2003 You need to edit your php.ini file and set the variable register_globals from off to on, then restart apache. Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2003 Share Posted December 13, 2003 the only file I can find in php is php_ini.H can you please tell me where to find it Link to comment Share on other sites More sharing options...
OceanRanch Posted December 13, 2003 Share Posted December 13, 2003 Create a php file on the server that will run the phpinfo command. This will then give you all the settings in php as well as the Configuration File (php.ini) Path. Point your browser to the file and just run it. Contents of /catalog/phpinfo.php: <?php phpinfo(); ?> HTH Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.