PHP Installation
Thursday, January 10th, 2008So what do you need when installing PHP?
If your server supports PHP – you don’t need to do anything! You do not need to compile anything or install any extra tools – just create some .php files in your web directory – and the server will parse them for you. Most web hosts offer PHP support.
However, if your server does not support PHP, you must install PHP. Below is a link to a good tutorial from PHP.net on how to install PHP5:
http://www.php.net/manual/en/install.php
PHP > Download PHP for free here: http://www.php.net/downloads.php
MySQL > Download MySQL for free here: http://www.mysql.com/downloads/index.html
Apache > Download Apache for free here: http://httpd.apache.org/download.cgi
