<body> <form id="form1" name="form1" method="post" action="product.php"> <table width="600" height="30" align="center" bordercolor="#FFFFFF"border="1" cellspacing="1" cellpadding="0"> <tr> <td width="250" align="center" bgcolor="#CCCCCC"><font color="#003300">รูปสินค้า</font></td> <td width="350" align="center" bgcolor="#CCCCCC"><font color="#003300">รายละเอียดสินค้า</font></td> <? include ('connect.php'); $sql_show= " select * from product "; $result_show = mysql_query($sql_show) or die (mysql_error()); $Num_Rows = mysql_num_rows($result_show); $Per_Page = 10; $Page = $_GET["Page"]; if (!$_GET["Page"]) { $Page = 1 ; } $Prev_Page = $Page - 1; $Next_Page = $Page + 1 ; $Page_Start = (($Per_Page*$Page)-$Per_Page); if ($Num_Rows > $Per_Page) { $Num_Page = 1 ; } else if(($Num_Rows % $Per_Page)==0) { $Num_Page = ($Num_Rows/$Per_Page); } else { $Num_Page = ($Num_Rows/$Per_Page)+1; $Num_Page = (int)$Num_Page; } $sql_show .=" order by Id_Product ASC LIMIT $Page_Start , $Per_Page"; $result_show = mysql_query($sql_show); ?> <? $no = 0; if($Page > 1) { $no = $Per_Page * $Page; } while ($row = mysql_fetch_array($result_show)) { ?> </tr> <tr > <td width="250" rowspan="4" align="center" ><img src="Product_Pic/<?= $row['Id_Product']?>.jpg"/></td> <td width="350" height="40" bgcolor="#33CCCC"><font color="#3366CC">ชื่อสินค้า : <?=$row['Name']?></font></td> </tr> <tr> <td height="40" bgcolor="#99FFFF">รายละเอียด : <?=$row['Detail']?></td> </tr> <tr> <td height="40" bgcolor="#99FFFF">ราคา : <?=$row['Price']?> บาท</td> </tr> <tr> <td height="40" align="right" bgcolor="#99FFFF"><a href="detail_product.php?id_product=<?=$row['Id_Product']?>">ดูรายละเอียดเพิ่มเติม</a></td> </tr> <? } ?> </table> <? if($Prev_Page); { echo " <a href='product.php?Page=$Prev_Page'><< back</a> "; for($i=1; $i<=$Num_Pages; $i++) { if($i != $Page) { echo " <a href='product.php?Page=$i'>$i</a> "; } else { echo "<b> $i </b>"; } } } if($Page!=$Num_Page); { echo " <a href ='product.php?Page=$Next_Page'>Next>></a> "; } ?> </form> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง