php 之旅 基础(一)

WBOY
Release: 2016-06-23 14:33:25
Original
918 people have browsed it

php编辑器IDE:
1.Zend studio   2.PHP coder  3.Nusphere PHPEd 4.Ankord PHP Expert Editor 5.DzSoft PHP Editor  6.Dev-PHP IDE 7.Master PHP  8.Komodo

9. Maguma Studio 10.PhpLens 11.EditPlus

编辑器的下载地址就不一一列出来,网上一搜就出来的了

 

 

环境搭配:APM (Apache ,PHP ,MySQL)

Apache  安装应该都会的,安装完成后启动服务时要注意下,系统的80端口是否被其他程序占用.或者改用其他端口.

Apache 配置文件httpd.conf

1.DocumentRoot   默认web文件夹地址

2.Directory

3.DirectotyIndex  文件夹默认打开文件

4.LoadFile  php5ts.dll目录地址

5.LoadModule php_module  phpapache2.dll

6.AddType application/x-httpd-php  .php  //让php文件作为apache解释的一种文件类型

 

php.ini

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