PHP5.3中 bool set_magic_quotes_runtime ( bool $new_setting )函数过时.
把函数:
set_magic_quotes_runtime($new_setting);替换成:
ini_set("magic_quotes_runtime", $new_setting);
PHP5.3中 bool set_magic_quotes_runtime ( bool $new_setting )函数过时.
把函数:
set_magic_quotes_runtime($new_setting);转载于:https://www.cnblogs.com/jmax/archive/2010/07/07/1772842.html