Home > Article > Backend Development > iis php installation tutorial [detailed graphic and text explanation]
IIS and PHP installation method: First open the control panel, find the IIS program and click Install; then create a new website; then fill in the PHP information in the pop-up window and double-click the handler mapping; finally select Add script mapping and Just write a program to test.
IIS7 PHP Installation Tutorial
I’ve been bored recently, playing around with php. Not much other nonsense, let’s take a look at the tutorial first, how to install IIS7 and php, and the system environment is win7.
Step one: Install IIS
1) Open the control panel and find the program
2) Single Click Programs and Features, click, and then click
3 on the left. 3) In the pop-up window that opens, select
4) After installation, right-click my computer, select Manage, and select in the pop-up window (I am using the php5.3 zip compressed version)
5) Create a new website. I created a website called 580. Click on the 580 website and select
## in the right window.
##7) Fill in the php information in the pop-up window
8) Double-click the handler mapping
9) Select Add Script Mapping
The above is the PHP program installed in iis
Writing program test:
<?php phpinfo(); ?>
The above is the detailed content of iis php installation tutorial [detailed graphic and text explanation]. For more information, please follow other related articles on the PHP Chinese website!