<meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <? if($_GET["action"]=="Login") { $resultLogin="select* from member where Email='".$_POST["txtEmailSC"]."' and Password='".$_POST["txtPassSC"]."' "; $dbquery = mysql_query($resultLogin); $result = mysql_fetch_array($dbquery); if(!$resultLogin) { echo "<script language=\"JavaScript\">"; echo "alert('อีเมล์ และ รหัสผ่าน ไม่ถูกต้อง');"; echo "</script>"; } else { $_SESSION["strEmail"]= $_POST["txtEmailSC"]; $_SESSION["strPassword"] = $_POST["txtPassSC"]; $_SESSION["Status"] = $result["Status"]; session_write_close(); if($result["Status"] == "USER") { header("location:cart.php"); } else { header("location:..\sale\admin\menu.php"); } } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง