Free Hosting Tutorials

1. Just Follow the below steps to view PHP information and Addons  in the server

2. Create a new  file name info.php and add the below line on the file using any TEXT editor.

<?php
phpinfo();
?>

3. And upload it to your hosting account

4. Your info.php page should have  only line of code

Now, Try accessing the file through http://your domain name .com/info.php

5. Here, you will get all the modules and functions enabled on your Apache webserver.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.