<?php
    $sql="select count(*) from 表 where type='文艺生活'";
    $result=mysql_query($sql);
while($row=mysql_fetch_array($result)){
?>
    <td height="25" align="center" valign="middle"> ?? </td>
   <?php
    }
   ?>
不知道这块该怎么写输出结果,该怎么写