最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

數(shù)據(jù)庫查詢記錄php 多行多列顯示

 更新時(shí)間:2009年08月15日 16:14:15   作者:  
數(shù)據(jù)庫查詢記錄多行多列顯示,其實(shí)是用php生成符合table標(biāo)準(zhǔn)格式的代碼,大家只要對table熟悉下,或?qū)崿F(xiàn)畫好,再生成出代碼,即可。
復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>數(shù)據(jù)庫查詢記錄多行多列顯示</title>
</head>
<?php
require_once 'include/config.php';
$result=mysql_query("select * from guestbook");
$i=5;
$j=0;
?>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<?php
while($row=mysql_fetch_array($result))
{
$j++;
?>
<td><?=$row["username"]?></td>
<?php
if($j==$i)
{
$j=0;
echo "</tr>";
echo "<tr>";
}
}
for($k=$i-$j;$k>0;$k--)
{
echo "<td></td>";
}
?>
</tr>
</table>
</body>
</html>

相關(guān)文章

最新評論

小金县| 行唐县| 凤凰县| 玉田县| 白山市| 榆树市| 屏边| 宁陕县| 科技| 东兰县| 海口市| 建昌县| 平塘县| 罗田县| 长海县| 巫溪县| 兰州市| 杭锦旗| 鄱阳县| 普宁市| 喀喇| 道孚县| 武清区| 齐齐哈尔市| 新野县| 萨迦县| 东至县| 深圳市| 民权县| 衡阳市| 宜春市| 冕宁县| 桃源县| 五莲县| 弋阳县| 讷河市| 海城市| 子长县| 汶川县| 拜泉县| 阿克陶县|