MySQL里面的字体php后台功能表中怎么显示 <table width="500" border="1" bordercolor="#FFCC00" cellpadding="0" cellspacing="1">
<tr align="center" bgcolor="#FFCC33">
<th width="300" bgcolor="#FFCC33">信息标题</th>
<th width="300" bgcolor="#FFCC33">联系人</th>
<th width="350" bgcolor="#FFCC33">联系电话</th>
<th width="350" bgcolor="#FFCC33">发布时间</th>
<th width="200" bgcolor="#FFCC33">操作</th>
</tr>
<?php while ($row=mysql_fetch_assoc($result)): ?>
<tr align="center" >
<td width="111"><?printf($row['titletext']);?></td>
<td width="63"><?printf($row['linkman']);?></td>
<td width="79"><?printf($row[tel]);?></td>
<td width="61"><?printf($row[4]);?></td>
<td width="125"><a href="show_page.php" target="_blank">查看</a></td>
</tr> <?php endwhile; ?>
</table><?php
echo '<LI align="center">'.$page->fpage(array(8,3,4,5,6,7,0,1,2)).'</LI>';
?></td>
MySQL