把函数:
set_magic_quotes_runtime($new_setting);
替换成:
ini_set("magic_quotes_runtime", $new_setting);
相关文章
- PHP date()函数警告: It is not safe to rely on the system解决方法
- php5.3 不支持 session_register() 此函数已启用的解决方法
- PHP使用json_encode函数时不转义中文的解决方法
- PHP is_subclass_of函数的一个BUG和解决方法
- php set_magic_quotes_runtime() 函数过时解决方法
- php中使用addslashes函数报错问题的解决方法
- PHP正则替换函数preg_replace()报错:Notice Use of undefined constant的解决方法分析
- PHP截取汉字乱码问题解决方法mb_substr函数的应用
- ThinkPHP调用common/common.php函数提示错误function undefined的解决方法
- PHP json_decode 函数解析 json 结果为 NULL 的解决方法