Currently the most widely used PHP forums, such as phpwind and discuz are required to be installed in the PHP+MYSQL environment to run, so you must master this environment installation and Setup methods.
I. Preparatory work:
1. Install IIS
IIS installation and basic configuration of IIS environment to understand
2. Download MySQL
The latest version of 6.0.8,mysql's download address is: http://dev.mysql.com/get/Downloads/MySQL-6.0/mysql-6.0.8-alpha-win32.zip/from/http://mysql.ntu.edu.tw/
3. Download PHP Program
Http://cn2.php.net/get/php-5.2.8-Win32.zip/from/cn.php.net/mirror
Two. Install MySQL
MySQL installation Graphics tutorial (Detailed edition):
Http://www.onegreen.net/Article/Database/MySQL/MySQL1/10189.html
Three. PHP Program installation and configuration
1. Extract Files to c:php
2. Find php.ini-recommended renamed to Phi.ini, then copy to C:windows directory.
3. Find Libmysql.dll and copy to C:windowssystem32
4. Enter c:windows find php.ini file, open the file, find Extension_dir = "./"
Change to Extension_dir = "C:/php/ext"
5. Configure PHP Extensions
Home directory----Click the Configure button, and in the newly ejected Application Configuration dialog box, click the Add button, join the ISAPI support for PHP, and select the executable file as "C:phpphp5isapi.dll" (Php5isapi.dll in the PHP directory). The extension is. php
6. Set the default document
Click the document tab, and in the default content document, add the corresponding page name based on the first name of the site program, typically "index.php
7. Add PHP Extensions
Set extension status to allow
In file path input: C:phpphp5isapi.dll
Four. Test whether the PHP+MYSQL environment is erected successfully
Web directory Create a new index.php file and see if it opens properly.