Category: Code • Tutorial Type: text • Added: 1257441480 •
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