$_SESSION["sess_level"]=$record['memberLevel'];
if($_SESSION["sess_level"]==1) { //เจ้าหน้าที่ }else if($_SESSION["sess_level"]==2) { //นิสิต }else if($_SESSION["sess_level"]==3) { //อาจารย์ }else { //No Data }
<?php $user_username=$_POST["user_username"]; $user_password=$_POST["user_password"]; if($user_username=="" or $user_password=="") { echo "<center><font face='thsarabunpsk' size='5' color='#000000'><b>กรุณากรอกข้อมูลให้ครบ!</b><font><br>"; echo "<a href='index.php'><font face='thsarabunpsk' size='6' color='#993399'><b>ย้อนกลับ</b></a>"; exit(); } include "connect.php"; $sql="select * from user where user_username='$user_username' and user_password='$user_password'"; $result=mysql_query($sql,$link); $record=mysql_fetch_array($result); $position=$record["position_id"]; $num=mysql_num_rows($result); if($num<=0) { echo "<center><font face='thsarabunpsk' size='5' color='#000000'><b>Username หรือ Password ไม่ถูกต้อง!</b><font><br>"; echo "<a href='index.php'><font face='thsarabunpsk' size='6' color='#993399'><b>ย้อนกลับ</b></a>"; } else { session_start(); $_SESSION["sess_user_id"] = session_id(); $_SESSION["sess_user_username"] = $user_username; if($position=="1") { header("Location: home_1.php"); } else { header("Location: home_4.php"); } } ?>
<?php $user_username=$_POST["user_username"]; $user_password=$_POST["user_password"]; if($user_username=="" or $user_password=="") { echo "<center><font face='thsarabunpsk' size='5' color='#000000'><b>กรุณากรอกข้อมูลให้ครบ!</b><font><br>"; echo "<a href='index.php'><font face='thsarabunpsk' size='6' color='#993399'><b>ย้อนกลับ</b></a>"; exit(); } include "connect.php"; $sql="select * from user where user_username='$user_username' and user_password='$user_password'"; $result=mysql_query($sql,$link); $record=mysql_fetch_array($result); $position=$record["position_id"]; $num=mysql_num_rows($result); if($num<=0) { echo "<center><font face='thsarabunpsk' size='5' color='#000000'><b>Username หรือ Password ไม่ถูกต้อง!</b><font><br>"; echo "<a href='index.php'><font face='thsarabunpsk' size='6' color='#993399'><b>ย้อนกลับ</b></a>"; } else { session_start(); $_SESSION["sess_user_id"] = session_id(); $_SESSION["sess_user_username"] = $user_username; $_SESSION["sess_level"] = $position['memberLevel']; if($position=="1") { header("Location: home_1.php"); } else { header("Location: home_4.php"); } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง