1. download two php installation packages: one is the install version and the other is the zip version. 2. run the install version and install it in standard mode. during installation, make sure that your iIS version is correct. Choose iis4 or later for 2000server, and choose iis6. IIS for 2003server.
1. Download two php installation packages: one is the install version and the other is the zip version.
2. Run the install version and install it in standard mode. during installation, make sure that your iIS version is correct.
2000 server: iis4 or later, and server: iis 6.
Associate with. php,. phtml. php3, and other file types. Set d: \ php as the installation directory.
3. Don't worry, it cannot be used now. decompress the zip file to the d: \ php5zip \ folder, copy all the files and directories under the Directory, and paste them to d: \ php to overwrite all the files below.
4. Copy the dll extension files under C: \ PHP \ ext to c: \ windows \ system32, and * set different anonymous users for the guests User Group (on my machine, each site, these users belong to the guests Group. if you only have one ISUR _ your machine name, you only need to set the ISUR _ your machine name permission) these permissions for reading and running PHP5 dll files.
5. * Permission for reading and running php.exe, php-cgi.exe, and php5isapi. dll from the guestsuser group.
6. * Set c: \ windows \ php. ini or c: \ winnt \ php. ini to guests user group. you can: read.
7. Finally, do not forget to add index. php or default. php to site properties in IIS -->
8. MySQL enabled:
Note the php_mysqli.dll extension in c: \ windows \ php. ini or c: \ winnt \ php. ini
Extension = php_mysql.dll is added.
9. Okay. if you want to add graphics or other functions, modify php. extension in ini, copy the relevant dll files to c: \ windows \ system32, and grant the permissions to the guests user group to read and run the PHP5 dll files.