PHP

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 (.php3 and .php4 are also supported for compatibility with older applications). 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.3.10 (CGI version)
Modules Non standard modules include mySQL, GD, Zend & IonCube loader.
allow_url_fopen On
max_execution_time 10
memory_limit 20M
register_globals On
safe_mode Off
upload_max_filesize 5M

 

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.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CGI Scripts

Our UNIX servers have the capability to run CGI scripts written in Perl. There are a number of...

Free CGI Scripts

There are a number of CGI scripts offered free of charge which you can install automatically...

CGI Script - Counter

Counter is a free CGI script which you can install onto your account via the CGI Scripts page....

CGI Script - Mailform

Mailform is a free CGI script which you can install onto your account via the "CGI Scripts" page...

Unix SSL

Secure Socket Layer (SSL) allows a secure communication channel to be set up between the server...