Getting Information about PHP Installation
Want to know the version, installed modules etc of your PHP installation? Copy following PHP content to a file (phpinfo.php) and run it. Then it will show you a long list of categorized details about the PHP installation.
<?php phpinfo(); ?>
