我正在逃避从PHP表单收到的所有字符串参数,如下所示:
原文链接:https://www.f2er.com/php/133108.html$usr_name = MysqL_real_escape_string($_REQUEST['usr_name']);
避免sql注入的一些问题.但是当我从函数中恢复我的字符串时,我什么都没有结果.
另外,我在PHP日志中不断收到这个奇怪的警告:
PHP Warning: MysqL_real_escape_string() [<a href='function.MysqL-real-escape-string'>function.MysqL-real-escape-string</a>]: A link to the server could not be established in /hermes/bosweb/web279/b2798/ipw.bankingforms/public_html/formAckResponse_controller.PHP on line 39
主机使用:PHP版本4.4.7