是否存在某些 php 文件在 lamp 上工作而不在 wamp 上工作的情况?
我的意思是,从技术上讲,这不重要,因为我在这两种情况下都使用 PHP 5.3.0...但是有一个 php 文件,在执行时它可以在 Linux 上正确地为我提供输出..但当我在 Windows 上执行时只显示 html 部分.. 。
I mean,technically it shouldnt matter because i use PHP 5.3.0 in both cases...but there's this php file which when executed gives me the output correctly on Linux..but just displays the html part when i execute on windows...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 php 文件是否有不正确的文件系统路径。
假设你的意思是它显示该代码而不是php输出,请确保该文件以正确的php标签开始和结束...
有些服务器有短标签选项,有些没有't。
Check the php file for incorrect filesystem paths.
Assuming you mean it displays that code instead of the php output, make sure that this file starts and ends with the proper php tags...
Some servers have short tags option on, some don't.