Script to check php details - phpinfo() sample script

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shane
    Senior Member
    • Jun 2006
    • 264

    Script to check php details - phpinfo() sample script

    Using phpinfo() function of PHP you can get information about various PHP settings like loaded Modules, disabled functions, PHP encoder, loaded configuration file path, version details of PHP. Below mentioned is a sample code of phpinfo function:

    <?php
    phpinfo();
    ?>

    Thanks!

    Shane G.
    AccuWebHosting.Com
    Last edited by Jason; 07-06-2009, 11:59 AM.
Working...
X