Sunday, December 6, 2020

How to Check PHP Version of Your Website

 First add the following script if not already on your website folder:

#Use the following code to show all the information about PHP.

<?php

phpinfo(); // This would be used to display all of the PHP information available for the installation.

?> 

Once you save the phpinfo.php file, just go to your website homepage url/phpinfo.php:



No comments:

Post a Comment