这样写if else语句也能有错?????
我本来打算将这一段代码嵌入到php脚本当中,但是老是提示一个错误:
Parse error: syntax error, unexpected T_ELSE in C:\AppServ\www\demo\templates_c\1d7c7a527b6335cc7a623305ca940e1findex.tpl.php on line 14
<?php if ($status) {?>
<div>This is the first block.<br /></div>
<?php } ?>
<?php else {?>
<div>This is the third block.<br /></div>
<?php } ?>
下图实在zend studio里面的错误提示
希望高手能帮帮忙,就小弟于水火之中啊!!!谢谢啦!!!!!
------解决方案--------------------光是你给的这段没啥问题 是不是你外面还有大括号啊
------解决方案-------------------- 感觉没什么问题,你这个$status是怎么获取的
------解决方案--------------------这样写应该就不提示错误了<?php } else {?>