Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

register_globals


Guest

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...