Forum/Servizi di Hosting/Hosting

How can I view server configuration information for PHP?

Franco Farnedi
posted this on June 11, 2011 06:13

To be able to view server configuration information for your sites using PHP, insert the following code into a file named phpinfo.php:

<?php phpinfo(); ?>

Save the file to your site and then use your browser to call on the file.