Home > PHP > PHP Configuration Info

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.

PHP

  1. No comments yet.
  1. No trackbacks yet.