<? $objConnect = mysql_connect("localhost","root","123456") or die("Error Connect to Database"); $objDB = mysql_select_db("shopping"); $strSQL = "SELECT * FROM ware WHERE category LIKE '%1%'"; mysql_query("SET NAMES UTF8"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 2; // 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; } $strSQL .=" order by IDware asc LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); ? <div class="apDiv9"> <center> <font size="+2" color="#999900">หมวดหมู่สำหรับเสื้อ</font> </center> <? $i = 1; if($Page > 1) { $i = ($Per_Page * ($Page-1)) + 1; } while($objResult = mysql_fetch_array($objQuery)) { ?> <div class="apDiv12"> <table width="200" border="0" cellspacing="0" cellpadding="3"> <tr> <td height="128" align="center"><img src="clothes/<?=$objResult["image"];?>" width="130" height="150" alt="" /></td> </tr> <tr> <td align="center"><strong>รหัสสินค้า <?=$objResult["IDware"];?></strong></td> </tr> <tr> <td align="center"><strong>Size <?=$objResult["size"];?></strong></td> </tr> <tr> <td align="center"><strong>ราคา <?=$objResult["Price"];?> บาท</strong></td> </tr> </table> </div> <br /> <? $i++; } ?> <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page'><< กลับ</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page'>หน้าถัดไป>></a> "; } mysql_close($objConnect); ?> </div>
div.bottom { height: 200px; width: 80%; margin-left: auto; margin-right: auto; margin-top: none; margin-bottom: none; border-top: 4px solid #00ccff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-color: #575757; }
<div class="bottom"> <div style="float: left; width: 33%;"></div> <div style="float: left; width: 33%;"></div> <div style="float: left; width: 33%;"></div> </div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง