<? session_start() ; require("checklogin.php"); ?> <!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>welcome to website pitakthong</title> <link href="templatemo.css" rel="stylesheet" type="text/css" /> <link type="text/css" rel="stylesheet" href="css/blog.css" /> <!-- This layout is designed by w w w . t e m p l a t e m o . c o m --> <style type="text/css"> <!-- .style1 {color: #000000} .style3 {font-size: 16px} --> </style> </head> <body> <div id="templatemo_container"> <div id="templatemo_title">PITAKTHONG ENGINEERING <span>COMPANY</span></div> <div id="templatemo_content_left"> <h4 align="center">ข้อมูลรายละเอียดวัสดุทั้งหมด</h4> <form id="form1" name="form1" method="get" action=""> <div align="right"> ค้นหา : <input type="text" name="textsearch" id="textsearch" /> <input type="submit" name="button" id="button" value="ค้นหา" /></div> </form> <? if($_GET["textsearch"] != "") { include('connect_db.php'); $strSQL="select*from tb_detailmat where nMat Like '%".$_GET['textsearch']."%'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 20; // 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; } $strSQL .=" order by nID ASC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); ?> <table width="104%" height="45" border="1" align="center" cellpadding="0" cellspacing="0"> <p align="right"><a href="f_demat.php">เพิ่มข้อมูล</a></p> <TR> <TD width="130" height="21"><div align="center">รหัสรายละเอียดวัสดุ</div></TD> <TD width="102" height="21"><div align="center">ประเภทวัสดุ</div></TD> <TD width="94" height="21"><div align="center">ชนิดวัสดุ</div></TD> <TD width="253" height="21"><div align="center">ชื่อวัสดุ</div></TD> <TD width="85" height="21"><div align="center">ขนาดวัสดุ(นิ้ว)</div></TD> <TD width="111" height="21"><div align="center">ราคา(บาท)</div></TD> <TD colspan="2"><div align="center">จัดการข้อมูล</div></TD> </TR> <TR> <?php while($rs=mysql_fetch_array($objQuery)){ $newrow = mysql_fetch_array(mysql_query("SELECT cType FROM tb_typemat WHERE nID = $rs[1]")); $NewRow = mysql_fetch_array(mysql_query("SELECT cNameType FROM tb_kindsize WHERE nID = $rs[2]")); $newRow = mysql_fetch_array(mysql_query("SELECT cMat FROM tb_material WHERE nID = $rs[3]")); ?> <TD><div align="center"><?php echo $rs[0]; ?></TD> <TD><div align="center"><?php echo $newrow[0]; ?></div></TD> <TD><div align="center"><?php echo $NewRow[0]; ?></div></TD> <TD><div align="center"><?php echo $newRow[0]; ?></div></TD> <TD><div align="center"><?php echo $rs[4]; ?></div></TD> <TD><div align="center"><?php echo $rs[5]; ?></div></TD> <TD width="82"><div align="center"><a href="fe_demat.php?idup=<?php echo $rs[0];?>&idty=<?php echo $rs[1]; ?>&idkind=<?php echo $rs[2]; ?>&idmat=<?php echo $rs[3];?>&idsize=<?php echo $rs[4];?>&idprice=<?php echo $rs[5];?>" class="i_link">แก้ไข</div></TD> <TD width="76"><div align="center"><a href="q_ddemat.php?iddel= <?php echo $rs[0];?>" class="i_link" onclick="return confirm('คุณต้องการลบข้อมูลนี้หรือไม่ !!!' );">ลบ</TD> </TR> <?php } ?> </table> <br> Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page : <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&txtKeyword=$_GET[txtKeyword]'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&txtKeyword=$_GET[txtKeyword]'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&txtKeyword=$_GET[txtKeyword]'>Next>></a> "; } mysql_close($objConnect); } ?> </div> <a href="h_mat.php" >กลับหน้าหลัก</a> <div id="templatemo_footer"> </div> </div> </div> </body> </html>
<?php $i++; ?> <TD><div align="center"><?php echo $i; ?></TD>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง