PHPInfo

phpinfo() is commonly used to check configuration settings and for available predefined variables on a given system. To create a phpinfo page please do the following:

  • Open your favourite text editor (ie. textpad)
  • Copy the following and paste it to your editor:
  • <?php
    phpinfo();
    ?>

  • Save your file as phpinfo.php (NOT phpinfo.php.txt)
  • Upload your phpinfo.php file to your root directory
  • Go to http://yourdomainname.com/phpinfo.php, you should be able to check your PHP settings
Bookmark and Share
VN:F [1.8.0_1031]
Rating: 0.0/10 (0 votes cast)

Tags: ,

2 Responses to “PHPInfo”

  1. [...] check if your PHP is running as a CGI module or Apache module please do the following: – Open your phpinfo, then search for Server [...]

  2. [...] the upload file size limit has been changed to 100mb. To verify your changes, you may open your phpinfo, then search for [...]

Leave a Reply