<?php session_start() ; if(isset($user_login) and isset($pwd_login)) { //include("config.inc.php") ; $objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database"); $objDB = mysql_select_db("abcd"); mysql_query("SET NAMES TIS620"); ?> <html> <head> <title>Check User</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> </head> <body bgcolor="#FFFFCC"> <?php $result = mysql_query("select user,password from student where user='$user_login' and password='$pwd_login'") ; $num = mysql_num_rows($result) ; if($num<=0) { echo "<br><br><center><font size='3' face='MS Sans Serif'><b>wrong password</b></font></center>" ; print "<meta http-equiv=refresh content=2;URL=index.php>"; exit() ; } else { $dbarr = mysql_fetch_array($result) ; if($user_login!=$dbarr['user'] and $pwd_login!=$dbarr['password']) { echo "wrong password" ; exit() ; } else { $login_true = $user_login ; session_register("login_true") ; echo "<meta http-equiv='refresh' content='0 ;url=member_detail.php'>" ; exit() ; } } } ?> </body> </html>
Quote:if(isset($user_login) and isset($pwd_login)) {
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง