<html> <body> <div align="center"> <? include "connectprd.php"; $id_type_select=$_GET[id_type]; ?> <? $sql="select * from tb_type where id_type='$id_type_select'"; $result=mysql_db_query($dbname,$sql)or die(mysql_error(). "<br />". $sql); echo "<img src='photo_type/$id_type'>"; ?> <? $sql="select * from tb_product where id_type='$id_type_select'"; $result=mysql_db_query($dbname,$sql) or die(mysql_error(). "<br />". $sql); $Num_Rows=mysql_num_rows($result); $Per_Page = 3; // Per Page $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_Pages =1; } else if(($Num_Rows % $Per_Page)==0) { $Num_Pages =($Num_Rows/$Per_Page) ; } else { $Num_Pages =($Num_Rows/$Per_Page)+1; $Num_Pages = (int)$Num_Pages; } $sql.=" order by id_product ASC LIMIT $Page_Start,$Per_Page "; $result=mysql_db_query($dbname,$sql) or die(mysql_error(). "<br />". $sql); echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr>"; $intRows=0; while($rs = mysql_fetch_array($result)) { $id_product=$rs[id_product]; $code_product=sprintf("jwl%03d",$id_product); $id_type=$rs[id_type]; $color=$rs[color]; $clarity=$rs[clarity]; $material=$rs[material]; $weight=$rs[weight]; $detail=$rs[detail]; $price=$rs[price]; $photo=$rs[photo]; echo"<table border=1 cellpadding=5 cellspacing=5 bordercolor='#FFFFFF'>"; $intRows++; ?> <center> <a href='prd_view.php?id_product=<? echo $id_product; ?>' target='_blank'><img src='images_small/<? echo $photo; ?>' border=0><br>View Detail</br></a> <? echo $price; ?> ฿. </center> <? echo"</td>"; if(($intRows)%2==0) { echo "</tr>"; } } echo"</tr></table>"; ?> <br> Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page : <? if($Prev_Page) { echo " <a href='prd_list.php?id_type=$id_type_select&Page=$Prev_Page'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='prd_list.php?id_type=$id_type_select&Page=$i'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo "<a href ='prd_list.php?id_type=$id_type_select&Page=$Next_Page'> Next>></a> "; } ?> </div> </body> </html> <? mysql_close(); ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"> <!-- body { background-color: #000000; } body,td,th { color: #CCCCCC; } --> </style>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง