php-在回声中使用html时出错

时间:2015-02-04 15:39:22

标签: php html apache echo

我正在使用:

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

我不认为我的语法错误,可能出错了什么?

0 个答案:

没有答案