我正在使用:
if (condition) {
..statements..
} else {
echo '<div class="errormsgbox">'. $json->text.'</div>';
}
但是我收到以下错误(我在重新启动网络服务器后出现此错误,之前工作正常):
Parse error: syntax error, unexpected 'errormsgbox' (T_STRING) in index.php on line 49
我不认为我的语法错误,可能出错了什么?