<?php include("header_admin.php"); session_start(); if($_SESSION['UserID'] == "") { echo "Please Login!"; exit(); } if($_SESSION['Status'] != "ADMIN") { echo "This page for Staff only!"; exit(); } mysql_connect("localhost","root","0867793848"); mysql_select_db("after_sale"); mysql_query("SET NAMES UTF8"); $strSQL = "SELECT * FROM member WHERE UserID = '".$_SESSION['UserID']."' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); ?> <html> <head> <title>After Sale Service</title> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> </head> <body> <p> </p> <p> </p> <center><p>Welcome to Admin Page! </p> <table border="1" style="width: 300px"> <tbody> <tr> <td width="87"> Username</td> <td width="197"><?=$objResult["Username"];?> </td> </tr> <tr> <td> Name</td> <td><?=$objResult["Name"];?></td> </tr> </tbody> </table></center> <br> <a href="edit_profile.php">Edit Profile</a><br> <br> <a href="logout.php">Logout</a> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง