為什么提示這個(gè)Notice: Undefined variable: php_errormsg in /54/885/CW7P/index.php on line 3 出錯(cuò)了,錯(cuò)誤原因是:
Notice: Undefined variable: php_errormsg in /54/885/CW7P/index.php on line 3
出錯(cuò)了,錯(cuò)誤原因是:
Notice: Undefined variable: php_errormsg in /54/885/CW7P/index.php on line 3
出錯(cuò)了,錯(cuò)誤原因是:
2016-05-20
舉報(bào)
2016-05-20
這里服務(wù)器的php.ini并未開啟track_error.
相關(guān)代碼之前,加上:
ini_set('track_errors', 1);?
開啟服務(wù)就行了~