<? session_start() ; header ('Content-type: text/html; charset=utf-8'); ?> <!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>แสดงข้อมูลสมาชิก</title> <meta name="robots" content="noindex, nofollow"> <link href="sabaitrip/sample.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="style.css" type="text/css" /> <script type="text/javascript" src="dolphin.js"> </script> <style type="text/css"> <!-- body { background-color: #FFFF66; } --> </style> </head> <body onLoad="window.defaultStatus='หน้าแสดงข้อมูลสมาชิก'"> <div id="dolphincontainer"> <div id="dolphinnav"> <ul> <li><a href="menu.php" target="_parent"><span>หน้าแรก</span></a></li> <li><a href="logout.php" target="_parent"><span>ออกจากระบบ</span></a></li> </ul> </div> <!-- Sub Menus container. Do not remove --> <div id="dolphin_inner"> <!-- End Sub Menus container --> </div> </div> <script type="text/javascript"> //dolphintabs.init("ID_OF_TAB_MENU_ITSELF", SELECTED_INDEX) dolphintabs.init("dolphinnav", 1) </script> <br /> <?php include("connect.inc.php"); $user = $_SESSION[sess_username]; $result = mysql_query("select * from member where Username='$user'") or die ("Err Can not to result") ; $rs=mysql_fetch_array($result); ?> <table width='491' height='361' border='7' align='center' cellpadding='7' cellspacing='0' bordercolor='#000033' bgcolor='#CCCC66'> <tr bordercolor="#000033" bgcolor="#0000FF"> <td colspan='2'><div align='center' class='style2'>แสดงข้อมูลสมาชิก</div></td> </tr> <tr bgcolor="#3399FF"> <td width='191'>รหัสสมาชิก:</td> <td width='254'><?php echo $rs[Id_Member]; ?></td> </tr> <tr bgcolor="#3399FF"> <td>ชื่อ:</td> <td><?php echo $rs['Name'];?></td> </tr> <tr bgcolor="#3399FF"> <td>นามสกุล:</td> <td><?php echo $rs['Surname'];?></td> </tr> <tr bgcolor="#3399FF"> <td>คำถาม:</td> <td><?php echo $rs['Question'];?></td> </tr> <tr bgcolor="#3399FF"> <td>คำตอบ:</td> <td><?php echo $rs['Answer'];?></td> </tr> <tr bgcolor="#3399FF"> <td>Username:</td> <td><?php echo $rs['Username'];?></td> </tr> <tr bgcolor="#3399FF"> <td>Password:</td> <td><?php echo $rs['Password'];?></td> </tr> </table> <?php mysql_close($conn); ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง