gpt4 book ai didi

php - 针对 PHP 的 Netbeans 7.4 上的警告 "Do not Access Superglobal $_POST Array Directly"

转载 作者:IT老高 更新时间:2023-10-28 11:47:58 33 4
gpt4 key购买 nike

我在使用 $_POST$_GET$_SERVER 时在 Netbeans 7.4 for PHP 上收到此消息警告, ....

Do not Access Superglobal $_POST Array Directly

这是什么意思?我可以做些什么来纠正这个警告?

编辑:事件示例代码仍然显示此警告。

最佳答案

filter_input(INPUT_POST, 'var_name') 而不是 $_POST['var_name']
filter_input_array(INPUT_POST) 而不是 $_POST

关于php - 针对 PHP 的 Netbeans 7.4 上的警告 "Do not Access Superglobal $_POST Array Directly",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19767894/

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