Day: August 19, 2014
-
Post Views: 15 deprecated: function set_magic_quotes_runtime() is deprecated in e: \wwwroot\city.chengdu.cn\include\common.inc.php on line 39 warning Since PHP 5.3.0, this function has been discarded. It is strongly recommended not to apply this function. The reason is this! The solution is: //set_magic_quotes_runtime(false); //Disable to escape the input of external resource input ini_set(“magic_quotes_runtime”,”0″); magic_quotes_runtime “0” Remove this option in PHP…
