<html> <head> <title>ระบบตรวจสอบข้อมูลนักเรียน</title> <meta http-equiv=Content-Type content="text/html; charset=tis-620"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> </head> <body> <style> body { background-color: #66CCFF; } </style> </br> <div style="text-align: center;"><img alt="UploadImage" src="http://www.govesite.com/uploads/20140827184357hk2pJmM/data/20180924110604.png" /></div> </br> <center> <form name="frmSearch" method="get" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <table width="90%" border="0"> <tr> <th>เลขประจำตัวประชาชน <input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_GET["txtKeyword"];?>"> <input type="submit" class="btn btn-primary" value="ตรวจสอบ"></th> </tr> </table> </form> <? if($_GET["txtKeyword"] != "") { $objConnect = mysql_connect("localhost","nbrregiste_phrdb","Krubig8972") or die("Error Connect to Database"); $objDB = mysql_select_db("nbrregiste_phrdb"); // Search By Name or Email $strSQL = "SELECT * FROM students WHERE (student_studentid LIKE '%".$_GET["txtKeyword"]."%' or student_idcard LIKE '%".$_GET["txtKeyword"]."%' ) "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="90%" border="1" bordercolor="#3366FF" cellspacing="5" cellpadding="20"> <tr> <th width="90" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">studentid </div></th> <th width="280" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">ชื่อ-นามสกุล </div></th> <th width="85" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">ชั้น/ห้อง </div></th> <th width="50" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">idcard </div></th> <th width="150" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">วัน/เดือน/ปีเกิด </div></th> <th width="250" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">โรงเรียนเดิม (ป.6) </div></th> <th width="280" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">บิดา </div></th> <th width="280" height="40" bgcolor="#3399FF"> <div style="color: #FFFFFF;" align="center">มารดา </div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$objResult["student_studentid"];?></div></td> <td><?=$objResult["student_name"];?></td> <td><div align="center"><?=$objResult["student_room"];?></td> <td><div align="center"><?=$objResult["student_idcard"];?></div></td> <td><div align="center"><?=$objResult["student_birthday"];?></div></td> <td><?=$objResult["student_oldschool"];?></div></td> <td><?=$objResult["student_father"];?></div></td> <td><?=$objResult["student_mother"];?></div></td> </tr> <? } ?> </table> <? mysql_close($objConnect); } ?> </br> <table border="1" bordercolor="#3366FF" cellpadding="1" cellspacing="1" style="width:600px;"> <caption> <div style="text-align: left;"><strong><span style="color:#000000;"><span style="font-size:16px;">หมายเหตุ</span></span></strong></div> </caption> <tbody> <tr> <td><span style="color:#000000;"><span style="font-size:16px;">กรณีข้อมูลไม่ถูกต้องให้ติดต่อ</span></span></td> </tr> </tbody> </table> </br> </center> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง