Home  >  Article  >  Backend Development  >  PHP 麻烦哪位教小弟我使用Zend Studio创建一个简单的PHP工程,并调试运行

PHP 麻烦哪位教小弟我使用Zend Studio创建一个简单的PHP工程,并调试运行

WBOY
WBOYOriginal
2016-06-13 10:09:031026browse

PHP 麻烦哪位教我使用Zend Studio创建一个简单的PHP工程,并调试运行。
题目如上,我的Zend Studio是9.0.1的。

------解决方案--------------------
文件-新建-local php project

project name:工程名
location:目錄位置
content:Basic
version:默認得了

然後next next next 一些什麼選項自己根據需要選吧,弄玩就有了
然後默認會出現一個index.php 文件 打開文件
輸入以下代碼

echo phpinfo();
?>

至於調試,打開瀏覽器 (前提是已經安裝好apache/IIS+php 環境) 輸入localhost 回車
...如果在zd 裏調試稍微麻煩些.建議還是直接用瀏覽器吧

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