<?php session_start(); $u_name = $_POST['u_name']; $pws = $_POST['pws']; include("db_connect.php"); $sql="select * from user_info where u_name='$u_name'"; $result=mysql_query($sql); $row1=mysql_fetch_row($result); $row2=mysql_fetch_row($result); if($u_name=="" and $psw=="") { echo '<meta http-equiv="refresh" content="2; url=login.php?fg=10" />'; //header("Location:login.php?fg=10"); // die("<br>Could not execute query".mysql_error()); } if(!$result) { echo '<meta http-equiv="refresh" content="2; url=login.php?fg=10" />'; //header("Location:login.php?fg=10"); // die("<br>Could not execute query".mysql_error()); } $row1=mysql_fetch_row($result); if($row1['1']!=$pws) { echo '<meta http-equiv="refresh" content="2; url=login.php?fg=10" />'; //print("<br>Invalid"); // header("Location: login.php?fg=10"); } else { //print("<br>valid --> welcome : $row[1]"); $_SESSION["u_name"]=$u_name; $_SESSION["pws"] = $pws; if($row2["status"]=="1"){ echo '<meta http-equiv="refresh" content="2; url=main_a.php" />'; } else if($row2["status"]=="2"){ //header("Location: main.php"); echo '<meta http-equiv="refresh" content="2; url=main_a.php" />'; } } ?>
Quote:วานเทพทั้งหลาย ช่วยหน่อยคับ
<?php session_start(); $u_name = $_POST['u_name']; $pws = $_POST['pws']; include("db_connect.php"); $sql="select * from user_info where u_name='$u_name' and pws='$pws' "; $result=mysql_query($sql); if(!$result) { ?> <script language="javascript"> alert("เอ๋อเร๋อ ไม่สามารถรันคำสั่งได้"); parent.location.replace("login.php?fg=10"); </script> <? } else { //ไปเมรุ เอ๊ย เมน $row = mysql_fetch_array($result); $_SESSION["u_name"]=$u_name; $_SESSION["pws"] = $pws; if($row["status"]=="1") {//เข้าใจว่าเอ็ดมินไปยัง ศาลา 1 ?> <script language="javascript"> alert("เอ๋อเร๋อ ไม่สามารถรันคำสั่งได้"); parent.location.replace("login.php?fg=10"); </script> <? } else if($row["status"]=="2") {//เข้าใจว่าเอ็ดมินไปยัง ศาลา 2 ?> <script language="javascript"> alert("เอ๋อเร๋อ ไม่สามารถรันคำสั่งได้"); parent.location.replace("login.php?fg=10"); </script> <? } } ?>
<? session_start(); $u_name = $_POST['u_name']; $pws = $_POST['pws']; include("db_connect.php"); $sql="select * from user_info where u_name='$u_name' and pws='$pws' "; $result=mysql_query($sql); if(!$result) { echo'<meta http-equiv="refresh" content="2; url=login.php?fg=10" />'; if($u_name=="" and $psw=="") { echo '<meta http-equiv="refresh" content="2; url=login.php?fg=10" />'; print("<br>Invalid"); } $row = mysql_fetch_array($result); $_SESSION["u_name"]=$u_name; $_SESSION["pws"] = $pws; if($row["status"]=="1") { echo '<meta http-equiv="refresh" content="2; url=main_a.php" />'; } else if($row["status"]=="2") { echo '<meta http-equiv="refresh" content="2; url=main.php" />'; } } ?>
<?php session_start(); include("db_connect.php"); $u_name = $_POST['u_name']; $pws = $_POST['pws']; if($u_name=="" and $psw=="") { echo '<meta http-equiv="refresh" content="2; url=login.php?fg=10" />'; print("<br>Invalid"); } $sql="select * from user_info where u_name='$u_name' and pws='$pws' "; $result=mysql_query($sql); echo $sql; // พิมพ์ คำสั่ง sql ออกมาดู ถ้าได้แล้วก็ comment ไว้ครับ ถ้าได้แล้วก็ comment ไว้ครับ if(!$result) { echo'<meta http-equiv="refresh" content="2; url=login.php?fg=10" />'; } $row = mysql_fetch_array($result); echo '<pre>'; print_r($row); // พิมพ์ array ที่ชื่อว่า row ออกมาดูว่าเก็บข้อมูลอะไรไว้บ้าง $_SESSION["u_name"]=$u_name; $_SESSION["pws"] = $pws; if($row["status"]=="1") { echo '<meta http-equiv="refresh" content="2; url=main_a.php" />'; } else if($row["status"]=="2") { echo '<meta http-equiv="refresh" content="2; url=main.php" />'; } ?>
<? include("db_connect.php"); $sql="select * from user_info where u_name='$u_name'"; ?> <link href="style.css" rel="stylesheet" type="text/css"> <tr bgcolor="#01111B"> <td bgcolor="#01111B"></td> </tr> <tr> <td colspan="3"><table width="919" border="0" bgcolor="#01111B"> <tr> <td width="907"><table width="912" height="80" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="241" height="42" > <table width="228" height="214" border="0" cellpadding="2" cellspacing="5" bordercolor="#0054BA" bgcolor="#01111B"> <tr> <td width="202" height="25"><div id="menu_header">Menu</div> </td> </tr> <tr> <td height="122"> <div id="menu"> <? if($_SESSION[status]=='1'){ ?> <li><a href="m_user.php">Manage User </a></li> <li><a href="m_staff.php">Manage Staff </a></li> <li><a href="m_agency.php">Manage Agency </a></li> <li><a href="m_trip.php">Manage Trip </a></li> <li><a href="m_news.php"> Manage News</a></li> <li><a href="m_ex.php">Manage Expenditure </a></li> <li><a href="m_inv.php">Manage Invoice </a></li> <li><a href="m_booking.php">Manage Booking </a></li> <li><a href="m_comment.php">Manage Comment </a></li> <? } if($_SESSION[status]=='2'){?> <li><a href="m_staff.php">Manage Staff </a></li> <li><a href="m_agency.php">Manage Agency </a></li> <li><a href="m_trip.php">Manage Trip </a></li> <li><a href="m_news.php"> Manage News</a></li> <li><a href="m_ex.php">Manage Expenditure </a></li> <li><a href="m_inv.php">Manage Invoice </a></li> <li><a href="m_booking.php">Manage Booking </a></li> <li><a href="m_comment.php">Manage Comment </a></li> <? } if ($_SESSION[status]==''){ ?> <li><a href="index.php">Home</a></li> <li><a href="trip.php">Trip</a></li> <li><a href="comment.php">Comment</a></li> <li><a href="about.php">About Us </a></li> <? } ?> </div> </td> </tr> <tr> <td height="25"> </td> </tr> </table> </td>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง