Replace the function:
set_magic_quotes_runtime($new_setting);
with:
ini_set("magic_quotes_runtime", $new_setting);
http://www.bkjia.com/PHPjc/322073.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/322073.htmlTechArticleReplace the function: set_magic_quotes_runtime($new_setting); with: ini_set("magic_quotes_runtime", $new_setting);.. .