diggleblop
05-18-2006, 12:43 AM
This will show you what modules you have running on your server, if they're enabled, the version number and a few other informative goodies.
1. If you don't already have an info.php page on your server, after reading this you will be able to create a new php text file and upload it to your server.
2. Open Notepad and name the file info.php
3. Your new info.php page should have 1 line of code only. Please put the following code in your new file:
<?php phpinfo() ?>
4. That's all you need, now save the file to your server's root folder, and view the php page in your browser.
Example http://www.enteryoursiteaddresshere.com/info.php
1. If you don't already have an info.php page on your server, after reading this you will be able to create a new php text file and upload it to your server.
2. Open Notepad and name the file info.php
3. Your new info.php page should have 1 line of code only. Please put the following code in your new file:
<?php phpinfo() ?>
4. That's all you need, now save the file to your server's root folder, and view the php page in your browser.
Example http://www.enteryoursiteaddresshere.com/info.php
