Introduction:
To be able to view server configuration information and what is installed on an our IIS system using ASP Classic you will need to access an ASP Information file. An example of an ASP Information file is:
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...
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...