php 语法 – if else
来源: http://www.php.net/manual/zh/control-structures.if.php
<?php if (condition): ?> html code to run if condition is true <?php else: ?> html code to run if condition is false <?php endif ?>
标签:
来源: http://www.php.net/manual/zh/control-structures.if.php
<?php if (condition): ?> html code to run if condition is true <?php else: ?> html code to run if condition is false <?php endif ?>
标签:
原文地址:http://www.cnblogs.com/sunznx/p/4587376.html