PHP之安装篇

WBOY
Release: 2016-06-23 14:33:13
Original
959 people have browsed it

一、 PHP 运营环境简介

PHP官方网址:http://www.php.net

经典Web服务器:Apache官方网址:http://www.apache.org

经典数据库: MySQL 官方网址:http://www.mysql.com

PHP加速引擎:Zend 官方网址:http://www.zend.com

 

二、PHP在windows上的安装(php+iis)

由于本人尚未安装linux,暂且在windows上玩一玩久仰大名的PHP吧。

因为未曾下载apache,先用IIS代替

1)首先在官方下载地http://www.php.net/downloads.php下载一个windows 版本

我下载的是PHP 5.2.9 installer


 

2)接下来就是一番安装:

默认路径是C:\Program Files\PHP

建议还是改为C:\PHP好了,因为后面配置IIS的时候路径不能超过30个字符

Web服务选择IIS ISAP,其他的下一步就OK

3)IIS配置

下图来自网络,按照这个配置就好了。


 

其中第5、6步是选择安装路径PHP下的php5isapi.dll

4)开始第一个PHP页面

1.在D盘建一个目录PhpTest

2.在这个目录下用记事本里敲如下代码:

Code


PHP Test


Hello World'; ?>

保存为hello.php

3.在IIS里建一个虚拟目录指向PhpTest

4.此时在IIS里浏览hello.php


查看该页面的源文件,已经被PHP编译器解析为html代码啦,至此宣告配置成功啦


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template