This article introduces the installation method of PHP+IIS under Windows 2000 (ISAPI method)
1. Unzip php-5.0.0-Win32.zip and put it in C:php
2. Rename php.ini-dist to php.ini, Find line 438 and change it to extension_dir = c:phpext
3, remove line 565; the ";" comment symbol in front of extension=php_mysql.dll
4, copy php.ini to the Winnt directory, and then copy php5ts.dll and libmysql. dll to WINNTsystem32
5, open IIS, add a php suffix. (Point to c:phpphp5isapi.dll)
6, restart IIS
The above introduces the p5 PHP5 installation method, including p5 content. I hope it will be helpful to friends who are interested in PHP tutorials.