PHP Configuration Info
October 8th, 2009
Want to see complete PHP configuration on a server and installed modules.
Copy following code to notepad and save file as phpinfo.php :
<? phpinfo(); ?>
Upload phpinfo.php to any domain public_html folder on server to see PHP configuration information.