<?php session_start(); include "connect.php"; include "header.php"; $keyword=$_POST[keyword]; $type_id=$_POST[type_id]; $sql="select* from suite Where 1 "; if($keyword)$sql.="and suite_name like '%$keyword%'"; if($type_id)$sql.="and type_id = '$type_id'"; $sql.=" order by suite_id asc";//จุด.= คือการเชื่อมคำ $rst=mysql_query($sql); //แบ่งหน้า $nrowpage=mysql_num_rows($rst); $list_page = 5; if (empty($page)) { $page=1; } $rt = $nrowpage%$list_page; if($rt!= 0) { $totalpage = floor($nrowpage/$list_page)+1; } else { $totalpage = floor($nrowpage/$list_page); } $goto = ($page-1)*$list_page; //เลขหน้า-1คูณpage $sql .= " limit $goto, $list_page "; $rst=mysql_query($sql); ?> <title>เช่าชุด</title> <style type="text/css"> <!-- .style1 {color: #FF0000} --> </style> <table width="1000" height="108" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="200" valign="top" bgcolor="#FF9999"><? include "inc_left.php"; ?></td> <td width="800" height="400" valign="top" bgcolor="#FFFFFF"><p align="center"><br /> <strong>ชุดเช่า</strong></p> <table width="669" border="0" align="center" cellpadding="5" cellspacing="1"> <tr> <td align="right"> <form id="form1" name="form1" method="post" action=""> <input name="keyword" type="text" id="keyword" size="10" value="<? echo $keyword ?>" /> <select name="type_id" id="type_id"> <option value=""> --- ทั้งหมด --- </option> <? $sql2 = "Select * From suite_type order by type_name asc"; $rst2 = mysql_query($sql2); while ($row2 = mysql_fetch_array($rst2)) { echo "<option value='$row2[type_id]' "; if($type_id==$row2[type_id]) echo"selected"; echo ">$row2[type_name]</option>"; } ?> </select> <input type="submit" name="button" id="button" value="ค้นหา" /> </form> </td> </tr> </table> <center> </center> <table width="648" border="0" cellpadding="3" cellspacing="0" style="border:1px solid #FF6633" align="center"> <? while($row = mysql_fetch_array($rst)) { ?> <td width="152" valign="top"><img src="admin/image_suite/<? echo $row[suite_image];?>" width="160" height="228" /></td> <td width="325" valign="top"><p> รหัสชุด : <? echo $row[suite_id];?><br /> ชื่อชุด : <? echo $row[suite_name];?> <br /> ขนาดชุด : <? echo $row[suite_size];?><br /> คงเหลือ : <? echo $row[suite_amount];?><br /> รายละเอียด: <? echo $row[suite_detail];?> </p> <p> ราคา : <? echo $row[suite_price_rent];?> บาท</p> <p><span class="style1"> ขนาดชุด</span> <br /> <span class="style1"> M อก 84 CM เอว 67CM สะโพก 88 CM <br /> L อก 90 CM เอว 73CM สะโพก 94 CM <br /> XL อก 94 CM เอว 77CM สะโพก 98 CM </span></p></td> <td width="133"><div align="center"><a href="suitedetail.php?id=<? echo $row[suite_id];?>"><img src="inc/cart.gif" width="59" height="43" border="0" /></a></div></td> </tr> <? } ?> </table> <center> <p> <? for($i=1 ; $i<$page ; $i++) { print "<a href='$PHP_SELF?type=$type&keyword=$keyword&page=$i'>$i</a> "; } print "<font size='3' color='#000000'><b>[$page]</b></font> "; for($i=$page+1 ; $i<=$totalpage ; $i++) { print "<a href='$PHP_SELF?type=$type&keyword=$keyword&page=$i'>$i</a> "; } ?> </p> </center> <p> </p> <p> </p> <p> </p></td> </tr> </table> <?php include "footer.php"; ?>
$keyword=$_REQUEST[keyword];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง