Friday, December 16, 2005

Check your PHP Configuration Information

If you want find out the complete configuration of your PHP

You may create a test.php in your webserver DocumentRoot directory and embed this inside your html TAGS and run it in the browser.

Here is very simple code that reviews PHP's info :

< ?php
phpinfo();
? >

No comments: