<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> .simply{ font:14px Trebuchet MS, Tahoma; margin-top : 45px; margin-bottom:45px; width: 950px; border-collapse: collapse; text-align: left; } .simply th{ font:normal 16px Trebuchet MS, Tahoma; color: #222; background:#cbeffd; padding: 10px 8px; border-bottom: 2px solid #ccc; } .simply td{ border-bottom: 1px solid #ccc; color: green; background: #fff; padding: 5px; } .simply tbody tr:hover td{ color: #222; background: #eee; } body { /* background-image: url(../images/main_page/website_bg.jpg); background-repeat: repeat-x; margin: 0px; padding: 0px; */ background-image: url(include/bg.jpg); background-attachment: fixed; background-position: center top; margin: 0px; padding: 0px; } form { padding-bottom:0px; padding-left:0px; padding-bottom:0px; padding-top:10px; margin:0px; } </style> </head> </head> <body> <!--<form action="search.php" method="post"> <input type="text" name="txtbox" size="35"> <SELECT NAME="txtSearch"> <option>---เลือกรายการค้นหา---</option> <option value="txtname">ชื่อ</option> <option value="txtlastname">นามสกุล</option> <option value="txtcode">รหัส</option> </SELECT> <input type="submit" value="ทำการค้นหา"> </form>--> <script language="javascript"> function fncSubmit() { ind = document.getElementById("ddlSelect").selectedIndex; /*alert("Value:"+ document.getElementById("ddlSelect").options[ind].value); alert("Text: " + document.getElementById("ddlSelect").options[ind].text ); */ if(ind==0) { alert('กรุณาเลือก ค้นหาโดย'); return false; } else { x_tel_no=document.frmSearch.txtKeyword.value; if(x_tel_no.length<1) { alert('กรุณากรอก คำค้น ที่ต้องการค้นหา'); return false; } } document.frmSearch.submit(); } </script> <DIV style="VERTICAL-ALIGN: middle" align=center> <form name="frmSearch" method="post" onSubmit="JavaScript:return fncSubmit();"> <table style="border: solid #cbeffd 1px" > <tr> <th>ค้นหาโดย <select name="ddlSelect" id="ddlSelect" > <option value="condition" <?if($_POST["ddlSelect"]=="condition"){echo"selected";}?>>==กรุณาเลือก==</option> <option value="Name" <?if($_POST["ddlSelect"]=="Name"){echo"selected";}?>>ชื่อ</option> <option value="Lastname" <?if($_POST["ddlSelect"]=="Lastname"){echo"selected";}?>>นามสกุล</option> <option value="Province" <?if($_POST["ddlSelect"]=="Province"){echo"selected";}?>>จังหวัด</option> </select></th> <th> คำค้น <input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_POST["txtKeyword"];?>"> <input type="submit" value="Search" alt="ค้นหา" > </th> </tr> </table> </form> <? if ($_POST["txtKeyword"] != "" and $_POST["ddlSelect"] != "condition"){ $objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database"); $objDB = mysql_select_db("alumni"); // Search By Name or Email mysql_query("SET NAMES UTF8"); $strSQL = "SELECT * FROM member WHERE 1 "; if($_POST["ddlSelect"] != "" and $_POST["txtKeyword"] != '') { $strSQL .= " AND (".$_POST["ddlSelect"]." LIKE '%".$_POST["txtKeyword"]."%' ) "; } $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table class="simply" > <tr> <th width="60"> <div align="left">ลำดับ</div></th> <th width="70"> <div align="left">คำนำหน้าชื่อ </div></th> <th width="90"> <div align="left">ชื่อ </div></th> <th width="97"> <div align="left">นามสกุล </div></th> <th width="307"> <div align="center">ที่อยู่ </div></th> <th width="71"> <div align="center">รหัสไปรษณีย์</div></th> </tr> <? $no = 1 ; while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$no;?></div></td> <td><div align="center"><?=trim($objResult["Title"]);?></td> <td><?=trim($objResult["Name"]);?></td> <td><div align="left"><?=trim($objResult["Lastname"]);?></div></td> <td><div align="left"><?=trim($objResult["Address_No"]) ." ". trim($objResult["Road"])." ". trim($objResult["Zone"])." " . trim($objResult["District"]) ." ". trim($objResult["Province"]);?></td> <td><div align="center"><?=$objResult["Postal_code"];?></td> </tr> <? $no = $no+1 ; } ?> </table> </div> <? mysql_close($objConnect); } //echo $_SERVER['SCRIPT_NAME']; ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง