Prerequisites
From Hashmysql
System Requirements
You need:
- A Webserver that is capable of handling PHP scripts (i.e Apache)
- PHP 4.1.0 or newer with the following extensions
- PCRE Extension
- Session handling enabled
- MySQL Extension
- GD Extension
- MySQL Database Server (you can get it from the MySQL Downloadpage)
- An SMTP and POP Server for email support
To see if your webserver handles PHP scripts and meets the requirements from above, just place a file with the extension '.php' somewhere in your webspace and put the following content into it:
<?php phpinfo(); ?>
Open that file in your browser. If PHP is installed on your webserver you will see information about configuration and extensions installed together with PHP.