Title: Get my php info

Category: Code  •  Tutorial Type: text  •  Added: 1257441480 •

Solution

All you need to do is create a new empty file, with any name. As an example, lets call it info.php.  The name of the file must end with the .php extension.  Next, you will want to include this code inside of the info.php file.

 

<?php
 phpinfo();
?>

 

Then upload it to your webserver and then browse to your file http://mydomain.co.za/info.php

Options
    Bookmark and Share  
Category: Code Created: November 05, 2009, 11:18 AM
This was helpfull! This was not helpfull! (14) Votes