PHP and MySQL are usually associated with LAMP (Linux, Apache, MySQL, PHP). However, most PHP developer ( including me ) are actually using Windows when developing the PHP application. So this page will only cover the WAMP ( Windows, Apache, MySQL, PHP ). You will learn how to install Apache, PHP, and MySQL under Windows platform.
The first step is to download the packages :
- Apache : www.apache.org
- PHP : www.php.net
- MySQL : www.mysql.com
You should get the latest version of each packages. As for the example in this tutorial i'm using Apache 2.0.50 ( apache_2.0.50-win32-x86-no_ssl.msi ), PHP 4.3.10 ( php-4.3.10-Win32.zip ) and MySQL 4.0.18 ( mysql-4.0.18-win.zip ).
Now let's start the installation process one by one.
- Installing Apache
- Installing PHP
- Modifying Apache Configuration
- Installing MySQL
- Modifying PHP Configuration File
http://www.php-mysql-tutorial.com/install-apache-php-mysql.php
No comments:
Post a Comment