<?php require"sql/config.php";?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>รายชื่อพนักงาน</title> <link href="css/stry.css" rel="stylesheet" type="text/css"> </head> <body> <?php $sql="SELECT eid,ename,edetal,etel FROM tb_employee"; require"sql/connect.php"; $result=mysql_query($sql); $record=mysql_fetch_array($result); ?> <div class="container"> <form action="list.php" method="get" name="SearchForm" target="_self" id="SearchForm"> <label for="keyword">ค้นหา : </label> <input name="keyword" type="text" id="keyword" value="<?php echo($keyword);?>"> <button><a href="list.php">แสดงทั้งหมด</a></button> <button><a href="from-from.php">เพิ่มข้อมูล</a></button> </form> <table width="100%" border="1"> <tr> <th width="240" scope="col">การจัดการ</th> <th width="240" scope="col">ID</th> <th width="270" scope="col">ชื่อ-นามสกุุล</th> <th width="271" scope="col">รายละเอียด</th> <th width="239" scope="col">เบอร์โทร</th> </tr> <?php while($record=mysql_fetch_array($result)){ $eid=$record[0]; $ename=$record[1]; $edetel=$record[2]; $etel=$record[3]; ?> <tr> <td align="center" valign="top"> <button ><a href="">แก้ไขข้อูล</a></button> <button class="deldata"><a href="">ลบข้อูล</a></button> </td> <td align="center" valign="top"><?php echo ($eid); ?></td> <td align="center" valign="top"><?php echo ($ename); ?></td> <td align="center" valign="top"><?php echo ($edetel); ?></td> <td align="center" valign="top"><?php echo ($etel); ?></td> </tr> <?php } ?> </table> <?php require"sql/unconnect.php";?> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง