PHP Information
PHP Code Examples
[Download]   [Execute]
<?php
  // The phpinfo() function describes the php installation.  It generates
  // a complete HTML page.

phpinfo();

?>