PHP5.3中 bool set_magic_quotes_runtime ( bool $new_setting )函数过时.
把函数:
set_magic_quotes_runtime($newsetting);
替换成:
ini_set("magic_quotes_runtime", $newsetting);
时间: 2024-10-05 19:38:08
PHP5.3中 bool set_magic_quotes_runtime ( bool $new_setting )函数过时.
把函数:
set_magic_quotes_runtime($newsetting);
替换成:
ini_set("magic_quotes_runtime", $newsetting);