PHP
This article relates to PHP hosting packages only
PHP is a powerful scripting language ideal for the creation of dynamic, data driven web sites. To use PHP scripts on our servers they must have the file extension .php. Your PHP index page must be called index.php.
The most accurate and detailed information regarding the configuration of PHP on your server can be obtained by running a PHP script on your account containing the phpinfo command. Paste the following code into a file with the extension .php, upload it to your account and view it in your web browser.
<?
phpinfo()
?>
Values for the most commonly requested variables and configuration options are however shown in the table below for your convenience.
Version: 4.4.8 5.2.5
Modules: mySQL mySQL
Allow_url_fopen: On On
Max_execution_time: 30 Seconds 30 Seconds
Register_globals: Off Off
Safe_mode: Off Off
Upload_max_filesize: 10Mb 8Mb
Memory_Limited: 128Mb
Additional Modules & Configuration Changes
Due to the nature of shared hosting it is not normally possible for us to install additional modules or change configuration options on the request of clients.
Notes on PHP Scripts
Please note that chat/IRC, web proxy and mailing list scripts are not allowed on our network under any circumstances. See our Acceptable Use Policy for more information.