HostOnNet Blog

How to View Your PHP Version in cPanel

Looking for Linux Server Admin or WordPress Expert? We can help.

Login to your cPanel.

On the left bottom, click the “Expand Stats” link.

cpanel_expanded_stat

You will then see “Server Information” link, click on that.

cpanel_server information

Now you can see version of PHP your server is running.

cpanel_server_information2

View PHP Version Using PHP Script

Other way to see PHP version and configration is to use phpinfo() function.

For this create a file, any name is fine, extension must be .php

phpinfo.php

With following content.

<?php phpinfo();

Upload the file to your web site, access it with

http://your-domain.extn/phpinfo.php

About Annie

I've been working in Technical Section for over 10 years in a wide range of tech jobs from Tech Support to Software Testing. I started writing blog for my future reference and useful for all.
Posted in Cpanel Server

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.