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