<? ob_start(); //============ Start Session และทำการเรียก Function ติดต่อฐานข้อมูล session_start(); require("connect/connect.php"); require("connect/function.php"); ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <title>** ระบบจัดการข้อมูลครุภัณฑ์</title> <link href="css/styles.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } .style2 {font-size: 14; font-weight: bold; } .style4 { color: #FF0000; font-weight: bold; } .style5 {font-weight: bold} .style6 { font-size: 16px; font-weight: bold; } --> </style></head> <body topmargin="0"> <p> </p> <table width="897" align="center"> <td width="954"> <tr> <td><fieldset> <legend class="style6"> ค้นหาข้อมูลครุภัณฑ์ </legend> <p><table align="center"> <tr> <td width="105" ><td></td> </tr> <tr> <table width="83%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#f2f2f6" bgcolor="#FFFFFF"> <tr> <td valign="top"><p> <?php require_once('menuleft.php'); ?> </p> <table width="285" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#cccccc"> <tr> <td width="279" bgcolor="#FFFFFF"><table width="100%" height="51" border="0" cellspacing="0" bgcolor="#000000"> <form action="test3.php" method="get" name="frmSearch" id="frmSearch"> <tr> <td width="100%" height="25" bgcolor="#FFFFFF" class="style5 style45"><div align="center"> <p align="left"><span class="style4"><strong> <img src="image/icon_folder.gif" width="15" height="15" align="absmiddle"> </strong><strong>รหัส</strong></span>: <input name="txtSearch1" type="text" class="txtbox" id="txtSearch2" value="" size="25"> </p> <p align="left"> <label for="textfield"></label> <strong> <img src="image/mm_arrow.gif" width="4" height="7"> ชื่อ</strong> <input name="txtSearch2" type="text" class="txtbox" id="txtSearch2" size="15" maxlength="35" /> </p> <p align="left"> </p> </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> <br> </td> </tr> </table> <table width="308" height="22"> <tr> <td> </td> </tr> </table> <p><br> </p></td> <td width="54%" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="513" height="310" valign="top"><p><span class="style2">ค้นหาครุภัณฑ์ คำว่า ( <font color="#FF0000"> <?=$_GET["txtSearch1"];?> </font> )</span></p> <p> <? //============ กรณีมีการค้นหารายการสินค้า ทำการเลือกข้อมูลมาแสดง if(trim(($_GET["txtSearch1"])) != "") { $sqlNewPro="select * from Product where code_1 like '%".$txtSearch1."%' and ProductName like '%".$txtSearch2."%' order by ProductID DESC "; //echo $sqlNewPro; $queryNewPro=mysql_query($sqlNewPro); echo " <table border='1' > <tr bgcolor='#E8E8E8' > <td ><center><b> ลำดับ </b></center></td> <td><center><b> ชื่อ </b></center></td> <td><center><b> รหัส </b></center></td> <td><center><b> เลข </b></center></td> <td><center><b> สถานะ </b></center></td> <td><center><b>วันที่</b></center></td> <td><center><b>สถานะ</b></center></td> <td><center><b>ตรวจสอบ</b></center></td> <td><center><b>ผู้ขายครุภัณฑ์</b></center></td> </tr>"; $i=0; while($resutNewPro=mysql_fetch_array($queryNewPro)) { $i++; echo "<td>"; ?> <tr> <td width="50" ><center><?=$i;?></center></td> <td width="100"><center><a href="detail.php?CatID=<?=$resutNewPro["CatID"];?>&ProductID=<?=$resutNewPro["ProductID"];?>"> <?=$resutNewPro["ProductName"];?> </a></center></td> <td width="100"><center><?=$resutNewPro["code_1"];?></center></td> <td width="100"><center><?=$resutNewPro["code_2"];?></center></td> <td width="100"><center><?=$resutNewPro["location"];?></center></td> <td width="200"><center><?=$resutNewPro["Date"];?></center></td> <td width="200"><center><?=$resutNewPro["state"];?></center></td> <td width="200"><center><?=$resutNewPro["Promotion"];?></center></td> <td width="200"><center><?=$resutNewPro["merchant"];?></center></td> </tr> <? //============ แสดงแถวละสามตัว echo"</td>"; if(($i)%1==0) { echo"</tr>"; } else { echo "<td>"; } } echo"</tr></table>"; } if($i==0) { echo "<strong><center><font color=red>ไม่มีรายการสินค้า</font></center></strong>"; } ?> </a></p> <p class="style59"> </p><p align="center" class="style59"><a href='javascript:history.go(-1)'>[ กลับ ]</a></p> <p align="center" class="style59"><a href='search.php'>[ กลับหน้าค้นหา ]</a></p> <p class="style59"> </p></td> </tr> </table></td> <td width="23%" valign="top"> </td> </tr> <tr> <td height="19" colspan="3" valign="top"> </td> </tr> </table><td width="10"></td> </tr> </table> </p> <p> </p></td> </tr> </table> <p> </p> <p align="center"> </p> </body> </html>
$queryNewPro=mysql_query($sqlNewPro) or die(mysql_error());
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง