php调用 横排5个 怎么写? 说明如下:数据表:webstar_product ,如何根据表中字段 recommend 值等于1时横
<tablewidth="17%"border="0"cellspacing="0"cellpadding="0"><tr><tdheight="127"><divali...
<table width="17%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="127"><div align="center"><a href="show.php?id=<?php echo $rs["id"] ?>" ><img src="/home/uploadfile/picture/<?php echo $rs["img"] ?>" alt="<?php echo $rs["name"] ?>" width="160" height="120" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" align="left" valign="middle">名称: <?php echo msubstr($rs["name"],0,20) ?></td>
</tr>
<tr>
<td height="25" align="left" valign="middle">价格: <?php echo $rs["price"]?> 元 </td>
</tr>
<tr>
<td height="25" align="left" valign="middle">热度: <?php echo $rs["hit"] ?> 次 </td>
</tr>
</table>
数据表:webstar_product ,如何根据表中字段 recommend 值等于1时横排5个 展开
<tr>
<td height="127"><div align="center"><a href="show.php?id=<?php echo $rs["id"] ?>" ><img src="/home/uploadfile/picture/<?php echo $rs["img"] ?>" alt="<?php echo $rs["name"] ?>" width="160" height="120" border="0" /></a></div></td>
</tr>
<tr>
<td height="25" align="left" valign="middle">名称: <?php echo msubstr($rs["name"],0,20) ?></td>
</tr>
<tr>
<td height="25" align="left" valign="middle">价格: <?php echo $rs["price"]?> 元 </td>
</tr>
<tr>
<td height="25" align="left" valign="middle">热度: <?php echo $rs["hit"] ?> 次 </td>
</tr>
</table>
数据表:webstar_product ,如何根据表中字段 recommend 值等于1时横排5个 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询