If you would like more information on your servers PHP environment you can by creating a PHPInfo.php file an uploading it to your server, which you can then load within a web browser.
Using any plain text editor.
1) Open a new file
2) insert the following code;
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
3) Save the file as PHPInfo.php and upload it to your website.
4) Open the file in a web browser by visiting http://www.yourdomain.com/PHPInfo.php
Note: We have created the file for you already to save some time. Simply download this file and upload it to your web site.
Comments
Please sign in to leave a comment.