Home > Backend Development > PHP Tutorial > 第一次用Zend studio for eclipse出现了这个,希望没有来错地方

第一次用Zend studio for eclipse出现了这个,希望没有来错地方

WBOY
Release: 2016-06-20 12:42:20
Original
1011 people have browsed it

代码:

echo "hello world!";

?>

运行之后就出现了这个:

X-Powered-By: PHP/5.2.5
Set-Cookie: ZendDebuggerCookie=127.0.0.1%3A10137%3A0||084|77742D65|1003; path=/
hello world!

请问是什么原因呢?求帮忙。。。。。


回复讨论(解决方案)

不是对的吗,输出了hello world!

不是对的吗,输出了hello world!


以上三行是什么意思呢?

第一行是告诉你所用的开发语言
第二行是发出的cookie

应该是环境配置有问题
前两行是 http 协议头中的内容,不应该出现在正文里

应该是环境配置有问题
前两行是 http 协议头中的内容,不应该出现在正文里


你说的对呀,不应该出现在这里呀,不知道是怎么回事

我能说的也仅限与此,因为我不用任何 IDE 工具

我能说的也仅限与此,因为我不用任何 IDE 工具


好吧,暂时不理它
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