How to Install PHP on Windows XP IIS
- 1). Download and extract the PHP installation files to a directory on the computer (see Resources).
- 2). Click the Windows "Start" button on the IIS server computer. Select "Run" to open a text box dialog window. Type "cmd" into the text box and then press "Enter." This opens the MS DOS window.
- 3). Type the following into the command prompt:
msiexec.exe /i php-VERSION-win32-install.msi /q
Replace "Version" with the version number you downloaded from the PHP website. - 4). Press "Enter." The command runs and installs the PHP system onto the Windows XP IIS server.