<? //============ Customer login check if($_GET["action"]=="Login") { //============Check customer username and password from table require("connect/connect.php"); $cus_pass = md5($_POST["txtPassSC"]); $resultLogin=select("customer","where cus_password='$cus_pass' and cus_email='".$_POST["txtEmailSC"]."'"); if(!$resultLogin) { echo '<br> <table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FF0000"> <tr> <td bgcolor="#FFFFFF"><font color="red"><center>Username OR Password Incorrect !</font></td> </tr> </table> '; } else { //============ Store customer username and password in the session $_SESSION["strcus_email"]=$_POST["txtEmailSC"]; $_SESSION["strcus_password"]=$_POST["txtPassSC"]; session_write_close(); header("location:index.php"); } } ?>
session_start();
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง