Frequently Asked Questions

Finding Your Account's PHP Version Using Phpinfo

Print this Article
Last Updated: March 17, 2015 3:22 PM

The easiest way to find your PHP settings for an account is to upload a PHP info script. This will work on any account that supports PHP.

To Find Your PHP Version Using phpinfo

  1. Create a new text file containing the following line:
    <?php phpinfo(); ?>
  2. Save this file as info.php.
  3. Upload it to the root of any website (more info).
  4. After you upload it, go to coolexample.com/info.php in a Web browser, where coolexample.com is your domain name.

Viewing this page will show you what version of PHP you are running, as well as all of the installed PHP modules and their settings.