HOME TIPS ABOUT US FAQ CONTACT US
  DOMAIN NAMES - HOSTING - RESELLER - SHOUTCAST - MEMBERS 
Z-Host provide a variety of different packages to suit your requirements and pocket.
Z-100 £18.75 per year 
 100 MB   10 GB/month 
Suitable for a small personal/family site or a small business site.
         
Z-200 £26.25 per year 
 200 MB   10 GB/month 
For a medium site or one with many visitors.
         
Z-500 £52.50 per year 
 500 MB   20 GB/month 
Power hosting for large sites with high traffic.
         
Z-1000 £75.00 per year 
 1000 MB   40 GB/month 
Extra-Power hosting for large sites with high traffic.
         
COMPARE HOSTING PLANS


PHP >>

PHP

Introduction
PHP is a scripting language that can use used to run scripts on out servers. The content generated by the script is displayed in the visitors web browser..

Documentation

Complete documentation is available at:

    http://www.php.net


PHP Versions

There are currently 2 major PHP versions in use; PHP 4 and PHP 5. PHP 5 is not 100% backward-compatible with PHP 4 (the way some things are done have changed), so your PHP 4 scripts may not run under PHP 5.

On our servers the default PHP version is 5.3.x. This is compatible with most scripts currently available. Unless your scripts require PHP 4, we suggest you use PHP 5.

We also provide support for PHP 4.4.x. You can have a mix of PHP4 and PHP5 scripts on your site. To use PHP 4, use one of the following methods:

  • Rename your script so that it ends in ".php4" (instead of ".php"), e.g. "info.php4". If you have a small number of files or are writing your own scripts, this is probably the easiest option.
  • Create a .htaccess file in the directory containing the PHP script with the following line. This will cause all scripts ending with ".php" to be executed under PHP 4. All subdirectories will also be affected.
     
         AddHandler application/x-httpd-php4 .php
     
    If you already have a .htaccess file, just add the line shown above to the bottom of your existing .htaccess file.

Hints and Tips Index

      HOME - TIPS - ABOUT US - FAQ - CONTACT US - FREE PDF HOSTING Privacy policy - Terms of service     

Copyright © 2002-2024 Z-Host. All rights reserved.