為什么我會(huì)報(bào)這個(gè)錯(cuò)誤
? ? function daddslashes($str){
? ? ? ? return (!get_magic_quotes_gpc())?addslashes($str):$str;
? ? }
Description Resource Path Location Type
Call to undefined function 'addslashes' function.php /MVC/mvc line 31 PHP Semantic Problem
Description Resource Path Location Type
Call to undefined function 'get_magic_quotes_gpc' function.php /MVC/mvc line 31 PHP Semantic Problem
2016-10-08
addslashes 是php內(nèi)置函數(shù)呀。你檢查下php的環(huán)境
2016-09-28
addslashes 不是PHP的內(nèi)置函數(shù)嗎