You can display the servers PHP configuration and what modules are currently loaded using a PHP info page.

 
To create one, simple open a text editor such as Notepad and enter:
 
 
<?php
phpinfo();
?>
 
 
Save the file as file type "any" and name it "phpinfo.php" for example.
 
Upload it to a public folder in your account and then access it in your browser.
Was this answer helpful? 0 Users Found This Useful (0 Votes)