<? session_start(); if($_SESSION['UserID'] == "") { echo "Please Login!"; exit(); } if($_SESSION['Status'] != "USER") { echo "This page for User only!"; exit(); } include("config.inc.php"); conndb(); $strSQL = "select * from member ,log where member.UserID = '".$_SESSION['UserID']."'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $objResult = mysql_fetch_array($objQuery); ?> <html> <head> <title>:: สำรวจเจ้าหน้าที่ ::</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <font size="3"> <table width="980" border="1" align="center"> <tr> <th colspan="8" align="center" bgcolor="#FFFFCC">สวัสดี<font size="3"> <?=$objResult["Name"];?> </font></th> </tr> <tr> <th colspan="8" align="center" bgcolor="#FFCCFF"><< <a href="index.htm">หน้าหลัก</a> >> <font size="3"><< <a href="showdata.php">เรียกดูข้อมูลในฐานข้อมูล</a> >> << <a href="adddata.php">เพิ่มข้อมูลลงฐานข้อมูล</a> >></font></th> </tr> <tr> <th width="41" bgcolor="#CCCCFF">ลำดับ</th> <th width="150" bgcolor="#CCCCFF"> <div align="center">เลขบัตรประชาชน</div></th> <th width="180"align="center" bgcolor="#CCCCFF"> <div align="center">ชื่อ-นามสกุล</div></th> <th width="90" bgcolor="#CCCCFF"> <div align="center">วันเกิด</div></th> <th width="100" bgcolor="#CCCCFF">โทร</th> <th width="108" bgcolor="#CCCCFF"> <div align="center">ตำแหน่ง </div></th> <th width="139" align="center" bgcolor="#CCCCFF">ตำแหน่งสายงาน</th> <th width="98" bgcolor="#CCCCFF"> <div align="center">ระดับ</div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td align="center"><?=$objResult["id"];?></td> <td><div align="center"><a href="show_detail.php?id=<?=$objResult["id"];?>"><?=$objResult["idcode"];?></div></td> <td><?=$objResult["art"];?> <?=$objResult["fname"];?> <?=$objResult["lname"];?></td> <td align="center"><?=$objResult["date"];?>/<?=$objResult["month"];?>/<?=$objResult["year"];?></td> <td align="center"><?=$objResult["tel"];?></td> <td><?=$objResult["type"];?></td> <td><?=$objResult["job"];?></td> <td><?=$objResult["joblevel"];?></td> </tr> <? } ?> </table> <p> <? mysql_close($conn); ?> </p> <p> </p> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง