<?php error_reporting(E_ERROR); global $find; (int)$perpage = 10; if(isset($_POST['sear'])){ $select=$_POST['val']; $find=$_POST['text']; $dropdownbox = (string)$_POST['val']; } $link = mysql_connect("localhost","root","1234"); mysql_query("Use igstore"); $pagesquery = mysql_query("SELECT COUNT('creatorid') FROM `creator`"); $pages = ceil(mysql_result($pagesquery, 0)/$perpage); if(!isset($_GET['page'])){ header("location: result.php?page=1"); }else{ $page = $_GET['page']; } (int)$start = (($page-1)*$perpage); เงื่อนไขที่เอาออก if($_GET['submit'] != null){ $sql = "SELECT * FROM `creator` WHERE `title` LIKE '%$find%' LIMIT $start, $perpage";} else if($select == string){ $sql = "SELECT * FROM `creator` WHERE `aprice` LIKE '$dropdownbox' LIMIT $start, $perpage";} $result = mysql_query($sql) or die(mysql_error()); while($_GET = mysql_fetch_assoc($result)){ $head = $_GET['title']; $def = $_GET['description']; $pric = $_GET['aprice']; $blob = $_GET['img1']; echo"<html>"; echo'<table height="180" width="1300">'; echo"<tr>"; echo'<th align="center">'; echo'<div class="ab">'; echo'<img src="data:image/jpeg;base64,'.base64_encode($blob).'"/ width="150px" height="150px">'; echo'</div>'; echo'</th>'; echo'<th align="left">'; echo'<div class="container">'; echo"<a href='#'><h3>$head</h3></a>"; echo"<textarea style='resize: none;border: none' rows='5' cols='60' readonly>$def</textarea><br>"; echo"<label class='control-label col-sm-2'><h5>ราคา: $pric</h5></label><br><br>"; echo"</div>"; echo'</th>'; echo"</tr>"; echo'</table>'; echo'<hr width="100%">'; } echo"</html>"; for($i=1;$i<=$pages;$i++){ echo '<b><a href="result.php?page='.$i.'" style="display: inline-block": >'.$i.'</a> </b>'; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง