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