PHP Installation
What do You Need?
This tutorial will not explain how
to install PHP, MySQL, or Apache Server.
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 Webmonkey on how to install
PHP4:
http://hotwired.lycos.com/webmonkey/00/44/index4a.html?tw=programming
Download PHP
Download PHP for free here:
http://www.php.net/downloads.php
Download MySQL Database
Download MySQL for free here:
http://www.mysql.com/downloads/index.html
Download Apache Server
Download Apache for free here:
http://www.php.net/manual/en/installation.php
|