How to Update the PHP Version in cPanel. Overview.This tutorial will explain what PHP is, why you should keep it up to date and how to check what version of PHP your website is using. Then I will show you 3 ways to check the PHP version and how to update your PHP version in cPanel.Quickies.What Is PHP?Why Should I Update PHP?How to Check the Version of PHP Your Website Is Using.Check the PHP Version With Wappalyzer.How to Check the PHP Version Using REDbot.Use the Command Line to Check the Version of PHP.How to Update Your PHP Version in cPanel.What Is PHP?PHP is a recursive acronym that stands for “PHP: Hypertext Preprocessor”. It is an open-source, server-side scripting language that works great for web development and can be embedded in website code (HTML). If you have a WordPress website, you should know that WordPress is written in PHP.Why Should I Update PHP?Data shows that over 60% of all websites are running on an unsupported version of PHP. There are 2 major reasons so update your PHP version, performance and security. PHP 7.x is twice as fast as PHP 5.x. Google’s website ranking algorithm places a high value on website speed so it’s important to keep things up to date. If you are using PHP 5.x, you should know that it has passed its end-of-life and they are no longer releasing security fixes. This means that when a hacker finds a vulnerability, and they do all the time, 60% of the web is at risk. Why take that risk when you can simply update your PHP version?How to See What Version of PHP Your Website Is Using.If you are not sure about what version of PHP you are using, here are a few ways to find out.How to Check Your PHP Version With Wappalyzer.I know this extension is available in Chrome and Firefox but I’m not sure about other browsers.Install the Wappalyzer browser extension in Chrome or Firefox.In your browser, navigate to the website in question.Click on the Wappalyzer icon in the upper right hand corner of your browser.This will show you what version of PHP the website is using.How to Check the PHP Version Using REDbot.1. Go to REDbot.2. Enter the URL of the website in question. 3. Hit Enter, and, VoilĂ …your info is displayed. 4. Look next to X-Powered-By: for the PHP version.Use the Command Line to Check the Version of PHP.Open the Command Prompt(PC) or Terminal(Mac).Run this command:curl -I https://yourdomain.com Next to X-Powered-By: you should see the PHP version.How to Update Your PHP Version in cPanel.Login to your cPanel account. This should be at https://yourdomain.com:2083 or you can get there through your hosting account. If you are unable login to cPanel you’ll need to contact your hosting company.In the Software section, look for MultiPHP Manager or Select PHP Version.There are many cPanel versions and hosting configurations so yours may look or be labeled a little different.Update PHP With MultiPHP Manager.Click on MultiPHP Manager.Select the checkbox next to the domain you want to update.Select the PHP version you want to use.Click Apply.Update PHP With Select PHP Version.Click on Select PHP Version.Next to PHP Version, select the version you want to use.Click Set as Current. Additional Posts. WordPressHow to Move Yoast to the Bottom of the Page.Read More WooCommerceHow to Install WooCommerce in WordPress.Read More WooCommerceHow to Edit WooCommerce Product Tabs.Read More