谁能帮我解决这个问题。我正在尝试使它在 mysql 表中的值 = 1 时显示图像。我已经覆盖了该位并显示了图像。有没有办法包含一个 if 或 else 语句来说明 mysql 表中的值是否为 0 然后显示不同的图像?
谢谢。
<?php
$get_social_set = get_social();
while ($social = mysql_fetch_array($get_social_set))
{
?>
<table width="100%" border="0">
<tr>
<td width="10"> </td>
<td width="30"><?php echo"
<img width=30px heigh=24px src=\"assets/img/icons/tick.png\"/>"; } ?></td>