菜鸟问题,php中的if then endif 怎么写
2个回答
展开全部
<?php
$message = '我的留言';
?>
<div class="formbox">
<?php if ($message): ?>
<table id="1">
<!--留言发表的table-->
</table>
<?php else: ?>
<table id="2">
<!--发表以后显示留言的table-->
</table>
<?php endif; ?>
</div>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询