Checking Server Information

Follow the steps below to check your server setup.

1. Open notepad or any plain text editor and create a file named info.php
2. Enter the following code and save:

<?php
   phpinfo();
?>

3. Upload the file to your server and then view it in your browser. It will list all the details of the PHP installation.

4. The phpinfo page will be very long. Use the browsers search function (Edit Menu) to find the relevant settings.

5. Remove the info.php file from the server when you are finished.