<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>MDU Customers</title> <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css' /> <link href='http://fonts.googleapis.com/css?family=Abel|Satisfy' rel='stylesheet' type='text/css' /> <link href="default.css" rel="stylesheet" type="text/css" media="all" /> </head> <body> <div id="header-wrapper"> <div id="header"> <div id="logo"> <h1><a href="home.php">MDU Customers</a></h1> </div> <div id="menu"> <ul> <li class="current_page_item"><a href="menucus.php" accesskey="1" title="">DETAIL Customer</a></li> <li><a href="search.php" accesskey="3" title="">SEARCH</a></li> <li><a href="logout.php" accesskey="4" title="">LOG OUT</a></li> </ul> </div> </div> </div> <div id="wrapper"> <div id="page-wrapper"> </div> <body> <script language="javascript"> function fncSubmit() { if(document.form1.ddlSelect.selected == false) { alert('Please Select Data'); return false; } if(document.form1.ddlSelect.selected== false) { alert('Please Select Data '); return false; } document.form1.submit(); } </script> <?php include "config.php"; ?> <form name="frmSearch" method="post" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <table width="599" border="1"> <tr> <th>เลือกการค้นหา <select name="ddlSelect" id="ddlSelect"> <option value="">- กรุณาเลือกการค้นหา -</option> <option value="name" <?if($_POST["ddlSelect"]=="name"){echo"selected";}?>>ชื่อ-สกุลลูกค้า</option> <option value="name_job" <?if($_POST["ddlSelect"]=="name_job"){echo"selected";}?>>ชื่อโครงการ</option> <option value="phone" <?if($_POST["ddlSelect"]=="phone"){echo"selected";}?>>เบอร์ติดต่อ</option> </select> คำค้นหา <input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_POST["txtKeyword"];?>"> <input type="submit" value="Search"></th> </tr> </table> </form> <? if($_POST["ddlSelect"] == "" and $_POST["txtKeyword"] != '') { ?> <script language="Javascript"> alert ("กรุณาเลือกการค้นหา"); document.frmMain.ddlSelect.focus(); </script> <script>location.href='search.php'</script> <? } else if($_POST["name"] == "" and $_POST["txtKeyword"] != ''){ $strSQL = "SELECT * FROM tbl_cus join tbl_job ON (tbl_cus.ref_id_job=tbl_job.id_job)"; $strSQL .= " and (".$_POST["ddlSelect"]." LIKE '%".$_POST["txtKeyword"]."%' ) "; } else if($_POST["ddlSelect"] == "" and $_POST["txtKeyword"] == '') { $strSQL = "SELECT * FROM tbl_cus "; } else if($_POST["ddlSelect"] == "name_job") { if( $_POST["txtKeyword"] == ''){ ?> <script language="Javascript"> alert ("กรุณาใส่คำค้นหา"); </script> <script>location.href='search.php'</script> <? }else{ $strSQL = "SELECT * FROM tbl_cus WHERE 1 "; $strSQL .= " and ("."name"." LIKE '%".$_POST["txtKeyword"]."%' ) or ("."lastname"." LIKE '%".$_POST["txtKeyword"]."%' ) "; } } else if($_POST["ddlSelect"] != "" and $_POST["txtKeyword"] != '') { $strSQL = "SELECT * FROM tbl_cus WHERE 1 "; $strSQL .= " and (".$_POST["ddlSelect"]." LIKE '%".$_POST["txtKeyword"]."%' ) "; } else if($_POST["ddlSelect"] != "" and $_POST["txtKeyword"] == ''){ ?> <script language="Javascript"> alert ("กรุณาใส่คำค้นหา"); </script> <script>location.href='search.php'</script> <? } $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="721" height="52" border="1"> <tr class="showdata1" bgColor="#999999"> <td width="28%"> <div align="center">ชื่อ-สกุลลูกค้า</div></td> <td width="17%"> <div align="center">โครงการ</div></td> <td width="14%"> <div align="center">สถานที่</div></td> <td width="13%"> <div align="center">เบอร์โทร</div></td> <td width="15%"> <div align="center">ผู้รับผิดชอบ</div></td> <td width="13%"> <div align="center">ขั้นตอนงาน</div></td> </tr> <tr> <td> <? echo"<a href='showdata.php?id_cus=$objQuery[id_cus]' target='_blank'>$rtitle$objResult[name] $objResult[lastname]</a>";?></td> <td> <? echo"$namejob[name_job]";?></td> <td> <? echo"$location";?></td> <td> <? echo"$phone";?></td> </tr> </table> </body> </html>
echo $strSQL ; exit();
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง