|
|
|
ถามเรืองการเเบ่งหน้าคับ เราสามารถให้มันเเบ่งหน้าโดยระบุชนิดของมันได้รึป่าวคับ เฃ่น เราเเบ่งชนิดมันเป็น catid |
|
|
|
|
|
|
|
เราสามารถให้มันเเบ่งหน้าโดยระบุชนิดของมันได้รึป่าวคับ เฃ่น เราเเบ่งชนิดมันเป็นcatidเเล้วให้โชว์เเค่catid ที่เลือกอะคับ ถ้าได้เเก้ตรงไหนคับ นี่โค้ดเเบบเอาข้อมูลทั้งตารางที่เลือกมาเเล้วทำการเเบ่งอ่ะคับ ยังไงช่วยดูหน่อยนะคับ
<?
require_once("include/connect_db.php");
require_once("include/function.php");
$result1 = show_data("product");
$page=$_GET[page];
if($page=="")
{
$page=1;
}
$each=6;
$total=mysql_num_rows($result1);
$totalpages=ceil ($total / $each);
$goto=($page-1)*$each;
$sql="select * from product order by pid desc limit $goto, $each";
$result=mysql_query($sql);
?>
<table width="100" border="0" cellpadding="5" cellspacing="0"align="left" >
<tr>
<?
//while($row=mysql_fetch_array($result1))
while($row = mysql_fetch_array($result))
{
?>
<td >
<table width="202" height="106" border="0" cellpadding="7" cellspacing="1" bordercolor="#999999" bgcolor="#DDE2BA">
<tr>
<td width="69" height="100"><img src="picture/<?=$row["picture"]?>" width="90" height="75"></td>
<td width="121"><table width="150">
<tr>
<td width="70"><font size="2" face="MS Sans Serif, Tahoma, sans-serif">รหัสสินค้า</font></td>
<td width="68"><font size="2" face="MS Sans Serif, Tahoma, sans-serif">
#
<?=$row['pid']; ?>
</font></td>
</tr>
<tr>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif">ชื่อสินค้า</font></td>
<td><font size="2" face="MS Sans Serif, Tahoma, sans-serif"> #
<?=$row['name']; ?></a>
</font></td>
</tr>
<tr>
<td><a class ="cate" href="index.php?fn=productdetail&pid=<?=$row['pid']?>"><font size="2" face="MS Sans Serif, Tahoma, sans-serif">ดูรายละเอียด</font></a></td>
<td> </td>
</tr>
</table></td>
</tr>
</table> </td>
<? $i++;
if($i%2==0){
echo "</tr> <tr>";
}
} //loop while
?>
<tr>
<td>
<?
if($totalpages>1)
{
echo"<b>หน้า".$page."</b><br>";
for ($i=1;$i<=$totalpages;$i++)
{
echo "I <a href='index.php?fn=home&page=$i'>$i</a> ";
}
}
?>
</td>
</tr>
</table>
Tag : - - - -
|
|
|
|
|
|
Date :
24 เม.ย. 2550 08:38:20 |
By :
ธนากร |
View :
1641 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดู code ในบทเรียนดีกว่าแม๊
|
|
|
|
|
Date :
24 เม.ย. 2550 09:32:51 |
By :
อิอิ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้เเล้วคับ ขอบคุณมากคับที่เข้ามาดู
|
|
|
|
|
Date :
24 เม.ย. 2550 10:12:37 |
By :
ธนากร |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|