How to check PHP version

There are several ways to find out the PHP version of your website.

  • PHP Selector
  • MultiPHP Manager
  • Create a phpinfo file

 

1. To check the PHP version using PHP Selector, log into your cPanel account and navigate to:

cPanel > Software > Select PHP version.

 

 

2. To check PHP version using MultiPHP Manager, navigate to:

cPanel > Software > MultiPHP Manager.

In the MultiPHP Manager, you will see a list of domains and their associated PHP versions in a table format.

 

 

3. If you would like to check the PHP version directly through a script:

Create a new file called phpinfo.php in your website's root directory.'

Add the following code:

<?php
phpinfo();
?>

Visit the file in your browser (example: https://yourdomain.com/phpinfo.php).

Look for the PHP version at the top of the page.

Please be sure to delete the file afterward for security reasons.

 

 

  • php version
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Do you provide Shell (SSH) access?

We provide Jailed SSH access for all shared web hosting plans, at no additional cost.

Do you provide MultiPHP?

Yes, we provide MultiPHP. The MultiPHP Manager interface allows you to easily manage the PHP and...

Do you provide a website builder?

In cPanel, we have available Sitejet Builder and Site Publisher.   SiteJet Builder: Sitejet...

How do I change my primary domain?

With shared web hosting, we are able to update the main domain. Please contact support and...

Do you provide a scripts/software installer?

Yes, we provide Softaculous with every shared hosting plan, and most applications can be...