2013年8月22日星期四

PHP: IIS under the PHP development environment to build

 

Background

 

found in several of the PHP bookcase books , decided to learn PHP, this article about the Windows environment PHP development environment set up .

 

operating environment built

 

download and install the following three software :

 
      
  1. IIS.
  2.   
  3. http://php.iis.net.
  4.   
  5. Dreamweaver.
  6.  
 

development environment to build

 

create an IIS site :

 

 

creating a Dreamweaver site :

 

< / strong>

 

 

test development environment

 

code

 
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PHP Info</title>
</head>

<body>
<?php phpinfo(); ?>
</body>
</html>
 
 

operating results

 

 

Notes

 

while using two languages ​​may have unexpected benefits , I am most interested in is : PHP is applicable enterprise application development ?

 

没有评论:

发表评论