下载 php 文件而不是运行 php 脚本

发布于 2024-10-02 18:06:18 字数 386 浏览 2 评论 0原文

我是托马斯。这是我的第一篇文章!

我已经下载了 MAMP 并创建了一个非常简单的 html 表单,它引用了一个非常简单的 php 文件。我已将 php 文件放入 MAMP 的 htdocs 文件夹中,并相应地将其链接到 html 文档。我不知道把 html 文件放在哪里。当我使用 google chrome 时,点击表单上的提交按钮会下载 php 文件。在 Safari 中,页面前进到一个屏幕,显示以原始格式显示的代码。

我不知道我需要做什么才能让 MAMP 执行 php.ini 操作。是文件位置问题吗?有人可以帮忙吗?

先感谢您! 托马斯

附言。我确实尝试在 MAMP 论坛中提交此内容,但在该网站发布之前需要由版主审核和删除。如果我的问题超出了本论坛的典型范围,我深表歉意。再次感谢!

I am Thomas. And this is my first post!

I have downloaded MAMP and created a very simple html form which references a very simple php file. I have put the php file into MAMP's htdocs folder, and linked it to the html document accordingly. I do not know where to put the html file. When I use google chrome, hitting the submit button on my form downloads the php file. And in Safari, the page advances to a screen showing the code displayed in raw format.

I do not know what I need to do to make MAMP do the php. Is it a file location issue? Can someone please help?

Thank you in advance!
Thomas

ps. I did try just to submit this in the MAMP forum, but it needs to be reviewed and expurgated by a moderator before that site will publish it. I apologize if my question is outside the typical province of this forum. Thanks again!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

美人如玉 2024-10-09 18:06:18

以下情况之一:

  • 您的 MAMP 未运行所有服务
  • 您的 MAMP 未正确配置
  • 您的文件以错误的编码格式保存。当您通过 FTP 将 PHP 文件发送到服务器并且该文件以二进制而不是 ASCII 形式发送时,通常会发生这种情况。如果您的编辑器设置为 Web 服务器不支持的 enctype,它将不会处理该文件并将其作为下载发送给您。

One of a few things:

  • Your MAMP isn't running all of the services
  • Your MAMP isn't configured correctly
  • You file was saved in the wrong encoding format. This usually occurs when you send a PHP file to the server through FTP and it's sent as binary instead of ASCII. If your editor is set to a enctype that isn't supported by the web server, it won't process the file and send it to you as a download.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文