<meta charset="UTF-8"> <html> <head> <title>ตรวจสอบ</title> </head> <center> <body> <form name="frmSearch" method="get" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <table width="649" border="0"> <tr> <th>ใส่หมายเลข S/N <input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_GET["txtKeyword"];?>"> <input type="submit" value="Search"></th> </tr> </table> </form> <? if($_GET["txtKeyword"] != "") { $objConnect = mysql_connect("localhost","xxxxxxx","xxxxxxx") or die("Error Connect to Database"); $objDB = mysql_select_db("xxxxxx_wp1"); // Search By Name or Email $strSQL = "SELECT * FROM Warranty WHERE (IMEI LIKE '%".$_GET["txtKeyword"]."%' )"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="649" border="0"> <tr> <th width="98" bgcolor="#999999"> <div align="center"><strong>รุ่น</strong></div></th> <th width="198" bgcolor="#999999"> <div align="center">S/N</div></th> <th width="198" bgcolor="#999999"> <div align="center">วันที่ซื้อ</div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$objResult["Model"];?></td> <td><div align="center"><?=$objResult["IMEI"];?></td> <td><div align="center"><?=$objResult["Datebuy"];?></td> </tr> <? } ?> </table> <? mysql_close($objConnect); } ?> </body> </center> </html>
if( preg_match('/^/d{13}$/', $_GET["txtKeyword"])){
Warning: preg_match(): Unknown modifier
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง