多语言展示
当前在线:1835今日阅读:23今日分享:25

PHP开发环境搭建

将ZendStudio与XAMPP连接起来4Xampp安装及使用0ZendStudio12.5.1安装与激活
工具/原料
1

ZendStudio12.5.1

2

XAMPP

方法/步骤
1

打开zendStudio,如图点击PHP server,然后点击Add Server。

2

看到如下界面,选择“Local Apache HTTP Server”,然后点击next

3

在Sever Nme中输入你的服务器名字,我这里输入的是localhost,你可以随意,然后点击browse按钮,选择你安装好的Apache的目录。

4

找到你安装的XAMPP里面的apache中的conf目录。选中conf,点击确定

5

点击“next”

6

点击“finish”

注意事项

接下来在新建工程的时候一定要选择好服务器是localhost

推荐信息