Skip to main content
Keep Your Business Open During COVID-19Learn More
Call us
Phone numbers and hours
Request a Call

Avoid the wait. Make a request and we will call you back

Request a Call
Help Center

Explore our online help resources

BlogHelp

GoDaddy Help

Find my PHP version using phpinfo

One way to find your account PHP settings is to upload a PHP info script. This works on any account that supports PHP.

  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.
  4. After you upload it, go to http://your domain name/info.php

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.

More info