首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

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

2012-06-26 
php set_magic_quotes_runtime() 函数过时解决方法tags标签: set_magic_quotes_runtime PHP5.3中 bool set

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

tags标签: set_magic_quotes_runtime PHP5.3中 bool set_magic_quotes_runtime ( bool $new_setting )函数过时.把函数: set_magic_quotes_runtime($new_setting); 替换成: ini_set("magic_quotes_runtime", $new_setting);

热点排行