<html> <body> <table width="168" height="22" border="0" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td width="151" align="center"><div><strong>ค้นหาสินค้า</strong></div></td> </tr> </table> <table width="168"> <tr> <td bgcolor="#FFFFFF"> <table width="100%" height="51" border="0" cellspacing="0" bgcolor="#000000"> <form action="search.php" method="get" name="frmSearch" id="frmSearch"> <tr> <td width="100%" height="25" bgcolor="#FFFFFF" class="style5 style45"><div align="center"> <input name="txtSearch" type="text" class="txtbox" id="txtSearch2" value="<?=$_GET["txtSearch"];?>" size="20" maxlength="35" /> </div></td> </tr> <tr> <td height="26" align="center" bgcolor="#FFFFFF"><p align="center"> <input name="submit" type="submit" class="button" id="submit" value="ค้นหา" /> </p></td> </tr> </form> </table> </body> </html>
<?php session_start(); include('config.php'); $sql = "select*from product order by pro_id desc"; $result = mysql_db_query("$dbname","$sql"); $no = 1; ?> <html> <body> <tr> <td width="417" height="310" valign="top"> <table width="415" border="0"> <tr> <td><table width="418" height="22" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td width="389"><div align="center"><strong>ค้นหารายการสินค้า ( </strong>คำว่า : <font color="#FF0000"> <?=$_GET["txtSearch"];?> <strong></strong></font><strong> )</strong> </div></td> </tr> </table> </td> </tr> <tr> <td width="378"> <br> <? //============ กรณีมีการค้นหารายการสินค้า ทำการเลือกข้อมูลมาแสดง if(trim($_GET["txtSearch"]) != "") { $sqlNewPro="select * from product where pro_id like '%".trim($_GET["txtSearch"])."%' order by pro_id DESC "; //echo $sqlNewPro; $queryNewPro=mysql_query($sqlNewPro); echo"<table><tr>"; $i=0; while($resutNewPro=mysql_fetch_array($queryNewPro)) { $i++; echo "<td>"; ?> <table width="100%" broder="0" cellspacing="4"> <?php $id_pro=$rs[pro_id]; $code=sprintf("%05d",$id_pro); $name_pro=$rs[pro_name]; $detail_pro=$rs[pro_detail]; $ref_id_type=$rs[type_id]; $price_pro=$rs[pro_price]; $photo_pro=$rs[pro_photo]; if($photo_pro==""){$photo_pro="temp.jpg"; echo"<tr> <td width='20%' valign='top'> <img src='imgProduct/$photo_pro'></td> <td width='80%' valign='top'><b>รหัสสินค้า :</b> $code<br> <b>ชื่อสินค้า :</b> $name_pro<br> <b>ราคา :</b> $price_pro บาท<br><br> [<a href='product_view.php?id_pro=$id_pro'>แสดงรายละเอียด</a>] [<a href='basket_add.php?id_pro=$id_pro'>หยิบใส่ตะกร้า</a>]<br><br><br><br> </td> </tr>"; } ?> <? //============ แสดงแถวละสามตัว echo"</td>"; if(($i)%2==0) { echo"</tr>"; } else { echo "<td>"; } } echo"</tr></table>"; } if($i==0) { echo "<strong><center><font color=red>ไม่มีรายการสินค้า</font></center></strong>"; } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง