php set_magic_quotes_runtime() 函数过时解决方法

网络编程 发布日期:2024/10/13 浏览次数:1

正在浏览:php set_magic_quotes_runtime() 函数过时解决方法
把函数:

set_magic_quotes_runtime($new_setting);

替换成:
ini_set("magic_quotes_runtime", $new_setting);