Home  >  Article  >  Backend Development  >  iis php installation tutorial [detailed graphic and text explanation]

iis php installation tutorial [detailed graphic and text explanation]

藏色散人
藏色散人Original
2020-07-04 09:35:063829browse

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.

iis php installation tutorial [detailed graphic and text explanation]

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.


#6) Double-click the red box, and then select Add on the right. You can write the description as you like. Remember to check Allow


##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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn