PHP 反斜杠问题

发布于 2024-08-02 05:53:40 字数 124 浏览 4 评论 0原文

我有一台本地开发机器和一台网络服务器。奇怪的是,当我在开发计算机上使用 stripslashes 时,所有斜杠都会被删除,并且当我将相同的代码上传到网络服务器时,即使我使用 stripslashes,我也会看到转义字符。有人有主意吗?

I have a development machine that is local and a server out on the net. Weird thing is that when I use stripslashes on my development machine, all slashes are removed and when I upload the same code to the net server, I see the escape character even though I am using stripslashes. Anyone have any ideas?

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

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

发布评论

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

评论(2

你在我安 2024-08-09 05:53:40

这可能是魔术引号。在处理数据之前尝试禁用或删除它们

This could be Magic Quotes. Try to disable them or remove them before processing the data.

一笑百媚生 2024-08-09 05:53:40

也许手册页上的注释所说的可能是问题所在。

Perhaps what the note says on the manual page might be the problem.

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