<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <form name="frmSearch" method="get" action="<?=$_SERVER['SCRIPT_NAME'];?>" > <table width="599" border="1" align="center"> <tr> <th>ระบุคำค้นหา <input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_GET["txtKeyword"];?>"> <input type="submit" value="ค้นหา"></th> </tr> </table> </form> <? if($_GET["txtKeyword"] != "") { $objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database"); $objDB = mysql_select_db("songkhlapao"); // Search By receive_from or receive_name $strSQL = "SELECT * FROM receive WHERE (receive_from LIKE '%".$_GET["txtKeyword"]."%' or receive_name LIKE '%".$_GET["txtKeyword"]."%' )"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="1200" border="1"> <tr> <th width="100"> <div align="center">ลำดับที่</div></th> <th width="178"> <div align="center">เลขลำดับหนังสือส่ง</div></th> <th width="98"> <div align="center">วันที่</div></th> <th width="119"> <div align="center">จาก</div></th> <th width="134"> <div align="center">ถึง </div></th> <th width="308"> <div align="center">เรื่อง</div></th> <th width="105"> <div align="center">ผู้รับ</div></th> <th width="106"> <div align="center">หมายเหตุ</div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$objResult["receive_no"];?></div></td> <td><div align="center"><?=$objResult["send_no"];?></div></td> <td><?=$objResult["receive_date"];?></td> <td><?=$objResult["receive_from"];?></td> <td><div align="center"><?=$objResult["receive_to"];?></div></td> <td align="right"><?=$objResult["receive_name"];?></td> <td align="right"><?=$objResult["receive_emp"];?></td> <td align="right"><?=$objResult["receive_note"];?></td> </tr> <? } ?> </table> <? mysql_close($objConnect); } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง