易网时代-编程资源站
Welcome
首页
/
网页编程
/
PHP
/
php set_magic_quotes_runtime() 函数过时解决方法
把函数:
set_magic_quotes_runtime($new_setting);
替换成:
ini_set("magic_quotes_runtime", $new_setting);
版权所有©石家庄振强科技有限公司2024
冀ICP备08103738号-5
网站地图