ISP Support Portal
Language
 
Home>Knowledge Base>Hosting>PHP - what PHP functions are supported?
User Login
Username
Password
 
 Login
Information
Article ID20
Created On5/30/2008
Modified5/30/2008
Share With Others

PHP - what PHP functions are supported?

To view a list of all PHP capabilities that run on our servers please follow the directions below:

Create a file called phpinfo.php and uploading it to the wwwroot folder. This plain text file should contain the following:

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>


Once saved (as "phpinfo.php") go to http://www.name-of-your-website.com/phpinfo.php and this will simply dump out to the screen all of the PHP info capabilities for that server.
Please note that PHP is enabled purely for basic operation only, to assist with migrating older websites onto newer Microsoft based technology.