作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
大家好,我已经编写了以下程序来保护应用程序。但是执行后,出现以下错误在这里查看 PHP 代码
输出:
Deprecated: Function sql_regcase() is deprecated in /home/admin/public_html/test/protect.php on line 6Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'root'@'localhost' (using password: NO) in /home/admin/public_html/test/protect.php on line 9Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/admin/public_html/test/protect.php on line 9
以及请建议我更安全的方式!
提前致谢
最佳答案
关于 sql_regcase 函数:它在 PHP V5.3.0 中已被弃用,不应再使用。
注意:mysql_* 函数的使用也已弃用,因此请使用 pdo 或 mysqli
关于php - 如何解决 Function sql_regcase() is deprecated issue in php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13191222/
大家好,我已经编写了以下程序来保护应用程序。但是执行后,出现以下错误在这里查看 PHP 代码 http://pastebin.com/cgG5ezeg 输出: Deprecated: Function
谁能帮我解决这些问题 Fatal error: Uncaught Error: Call to undefined function sql_regcase() in /home/vol13_5/by
我是一名优秀的程序员,十分优秀!