To check the PHP configuration settings on your web server, you may use phpinfo(), which is commonly used to check configuration settings and for available predefined variables on a given system. Also, phpinfo() is a valuable debugging tool as it contains all EGPCS (Environment, GET, POST, Cookie, Server) data.
You may create a php file (info.php) with the sample coding below to browse the informations on your web browser.
Sample Coding: info.php
Article ID: 1784, Created: December 17, 2005 at 11:53 PM, Modified: June 24, 2011 at 3:36 PM