<?php session_start() ; $user_login = $_POST['user_login']; $pwd_login = $_POST['pwd_login']; $check = $_POST['check']; include("config.inc.php") ; ?> <?php include("../header.php"); ?> <?php if(isset($user_login) and isset($pwd_login)) { $result = mysql_query("select user,password from member where user='$user_login' and password='$pwd_login'") ; $num = mysql_num_rows($result) ; if($num<=0) { echo "<center><font size='3' color='red'><b>ชื่อผู้ใช้งาน หรือ รหัสผ่านไม่ถูกต้องค่ะ</b></font></center>" ; print "<meta http-equiv=refresh content=2;URL=index.php>"; } if ($check == "true") { //ถ้าเช็คบ๊อคเข้ามา setcookie('user', $user_login,time()+3600*24*356);//เซ็ตคุกกี้ 1ปี echo "<meta http-equiv='refresh' content='5 ;url=member_detail.php'>" ; } else { setcookie('user', $user_login,time()+3600*24); <<<<<<< Error บรรทัดที่ 43 ครับ <<<<<< echo "<meta http-equiv='refresh' content='5 ;url=member_detail.php'>" ; } $_SESSION['login_true'] = $user_login; } ?>
<?php session_start() ; if (!isset($_SESSION['login_true'])) { echo "<center><br><font color='#ff0000'>คุณจำเป็นต้อง ล็อคอินเข้าสู่ระบบ ก่อน <br>ถึงจะสามารถใช้งานส่วนนี้ได้</font> <br> โปรดรอสักครู่...ระบบจะพาไปยังหน้าสมาชิก</center>"; echo "<meta http-equiv='refresh' content='2; url=index.php'>" ; exit; } ### จบการเช็ค ### ?> <?php include("config.inc.php") ; mysql_select_db($db) ; $result = mysql_query("select * from member where user='$_SESSION[login_true]'") or die ("Err Can not to result"); $dbarr = mysql_fetch_array($result) ; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง