<? session_start(); include "config.php"; ?> <!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> <?php echo "LOGIN ID:"; echo $_SESSION["username"]; ?> <li class="current_page_item"><a href="menucus.php" accesskey="1" title="">DETAIL CUSTOMERS</a></li> <li><a href="detailjob.php" accesskey="3" title="">DETAIL JOB</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> <?php $sql = "SELECT * FROM tbl_cus join tbl_project on(tbl_project.id_pro=tbl_cus.ref_id_pro)"; $objQuery = mysql_query($sql) or die ("Error Query [".$sql."]"); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 10; // Per Page $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); if($Num_Rows<=$Per_Page) { $Num_Pages =1; } else if(($Num_Rows % $Per_Page)==0) { $Num_Pages =($Num_Rows/$Per_Page) ; } else { $Num_Pages =($Num_Rows/$Per_Page)+1; $Num_Pages = (int)$Num_Pages; } mysql_query("SET NAMES UTF8"); $objQuery = mysql_query($strSQL); ?> </p> <p> <div align="center"><td> จำนวนรายการที่พบ<?= $Num_Rows;?> รายการ </td> </p></div> <div align="center"><td> <form name="frmfind" method="POST" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <a href="detailcus.php"><input type="button" name="add" value="ADD" /></a> ใส่คำค้น: <input type="text" name="txtkeyword" value="<?=$_POST["txtkeyword"];?>" /> <input type="submit" value="SEARCH" /> </form> </td> </div> <div align="center"> <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> </tr> <? $sql = "SELECT * FROM tbl_cus join tbl_project on(tbl_project.id_pro=tbl_cus.ref_id_pro)"; $objQuery = mysql_query($sql) or die ("Error Query [".$sql."]"); $Num_Rows = mysql_num_rows($objQuery); while($objResult = mysql_fetch_array($objQuery)) { $name = $objResult[name]; $lastname = $objResult[lastname]; $name_pro=$objResult[name_pro]; $location =$objResult[location]; $phone =$objResult[phone]; $tel =$objResult[tel]; ?> <tr> <td> <? echo"$name";?> <? echo"$lastname";?></td> <td> <? echo"$name_pro";?></td> <td> <? echo"$location";?></td> <td> <? echo"$phone";?></td> <td> <? echo"$tel";?> </td> </tr> <?php if(isset($_POST["txtkeyword"])) { $sql = "SELECT * FROM tbl_cus join tbl_project on(tbl_project.id_pro=tbl_cus.ref_id_pro) WHERE name LIKE '%".$_POST["txtkeyword"]."%' "; $query = mysql_query($sql) or die ('Error Query ['.$sql.']'); $num_rows = mysql_num_rows($query); ?> <? } } ?> </table> </div> <table> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table> </body> </html>
if(isset($_POST["txtkeyword"])){ $sql = "SELECT * FROM tbl_cus join tbl_project on(tbl_project.id_pro=tbl_cus.ref_id_pro) WHERE name LIKE '%".$_POST["txtkeyword"]."%' "; }else{ $sql = "SELECT * FROM tbl_cus join tbl_project on(tbl_project.id_pro=tbl_cus.ref_id_pro)"; } $objQuery = mysql_query($sql) or die ("Error Query [".$sql."]"); $Num_Rows = mysql_num_rows($objQuery); while($objResult = mysql_fetch_array($objQuery)) { $name = $objResult[name]; $lastname = $objResult[lastname]; $name_pro=$objResult[name_pro]; $location =$objResult[location]; $phone =$objResult[phone]; $tel =$objResult[tel]; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง