gpt4 book ai didi

php - undefined variable PHP_SELF

转载 作者:IT王子 更新时间:2023-10-29 00:08:53 25 4
gpt4 key购买 nike

我在这里用 php 开发一个后端。

我遇到这样的错误:

Undefined variable : PHP_SELF

在我的 htdocs 目录中。

我正在用 php 5.4.4 开发,如果你想在这里查看源代码,它是:

http://pastebin.com/xr2PxbNG

最佳答案

不要使用任何建议的 PHP_SELF 版本。这是一场安全噩梦,让您的 PHP 面临大量可能的注入(inject)攻击。

你想达到什么目的?为发送给自身的表单生成 URL?为此使用 action="" - 这是一种有效的方法,并且将始终使用 URL 发送表单以进行加载。

如果您必须知道请求的脚本,请改用 $_SERVER['SCRIPT_NAME']

关于php - undefined variable PHP_SELF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12710803/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com