在提交表单时,一个勾就会杀死该应用程序。但仅限于生产

发布于 2024-08-27 04:46:26 字数 212 浏览 9 评论 0原文

一位客户最近刚刚将一个应用程序从各个阶段转移到生产环境。我在“开箱即用”的 LAMP 服务器上设置了一个测试环境,并且可以提交一个在文本区域中打勾的表单。

但在生产中,完全相同的代码会死掉,但甚至不执行“or die();”

我将 mysql_real_escape_string 作为输入,这就是它在我的测试环境中工作的原因。

为什么这不适用于“相同”的设置?

A client just recently moved an application through the stages to production. I set up a testing environment on an "out-of-the-box" LAMP server, and can submit a form with a tick in the textarea.

But in production the exact same code dies, but doesn't even execute the "or die();"

I mysql_real_escape_string the input, which is why it works in my test environment.

Why wouldn't this work on the "same" setup?

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

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

发布评论

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

评论(1

最美的太阳 2024-09-03 04:46:26

听起来像是 php.ini 问题,请检查您的魔术引号选项。

Sounds like a php.ini issue, check your magic quotes options.

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