是否存在某些 php 文件在 lamp 上工作而不在 wamp 上工作的情况?

发布于 2024-11-07 23:51:50 字数 122 浏览 0 评论 0原文

我的意思是,从技术上讲,这不重要,因为我在这两种情况下都使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何以笙箫默 2024-11-14 23:51:50

检查 php 文件是否有不正确的文件系统路径。

但当我在 Windows 上执行时只显示 html 部分

假设你的意思是它显示该代码而不是php输出,请确保该文件以正确的php标签开始和结束...

<?php
?>

有些服务器有短标签选项,有些没有't。

Check the php file for incorrect filesystem paths.

but just displays the html part when i execute on windows

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...

<?php
?>

Some servers have short tags option on, some don't.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文