<?php session_start() ; if($_SESSION["login_true"]){ echo "<meta http-equiv='refresh' content='0; url = index.php'>" ; exit() ; } if(isset($ok)&&$_session("status")){ include("inc/config.inc.php") ; mysql_select_db($db) ; $sql = "select * from tbl_member where Username='$login_true' and password='$old_pwd'" ; $result = mysql_query($sql) ; $row = mysql_num_rows($result) ; if($row<=0){ $status = "<center><font face='MS Sans Serif' size='3' color='red'><b>รหัสผ่านไม่ถูกต้องครับ</b></font></center>" ; echo "<meta http-equiv='refresh' content='2'>" ; unset($_SESSION["status"]); } else { if($new_pwd1==$new_pwd2){ $sql = "update tbl_member set Password='$new_pwd1' where Username = '$login_true'" ; $result = mysql_query($sql) or die("ERR PROGRAME") ; if($result){ $status = "<center><font face='MS Sans Serif' size='3' color='red'><b>เปลี่ยนรหัสผ่านเรียนร้อยแล้วครับ</b></font></center>"; } } else{ $status = "<center><font face='MS Sans Serif' size='3' color='red'><b>กรุณายืนยันรหัสผ่านใหม่ให้ถูกต้องด้วยครับ</b></font></center>"; echo "<meta http-equiv='refresh' content='3'>" ; } } } else { $status = NULL ; $_session["status"] ; } ?> <html> <head> <title>เปลี่ยนรหัสผ่าน</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/modern-business.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> </head> <body> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-8 col-md-6 col-sm-offset-2 col-md-offset-3"> <form action="" method="post" name="checkForm" onSubmit="return check()"> <h2>ระบบเปลี่ยนรหัสผ่าน</h2> <hr class="colorgraph"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6"> <div class="form-group"> <input type="password" name="old_pwd" id="old_pwd" class="form-control input-lg" placeholder="กรอกรหัสผ่านเดิม" > </div> <div class="form-group"> <input type="password" name="new_pwd1" id="new_pwd1" class="form-control input-lg" placeholder="กรอกรหัสผ่านใหม่" > </div> <div class="form-group"> <input type="password" name="new_pwd2" id="new_pwd2" class="form-control input-lg" placeholder="กรอกรหัสผ่านใหมอีกครั้ง" > </div> <div class="form-group"> <input type="submit" name="submit" id="submit" class="btn btn-primary btn-block btn-group-lg" value="ยืนยันการเปลี่ยนรหัสผ่าน"> </div> </div> </div> </div> <script language = "javascript"> function check(){ var v1 = document.checkForm.old_pwd.value; var v2 = document.checkForm.new_pwd1.value; var v3 = document.checkForm.new_pwd2.value; if(v1.length==0){ alert("กรุณากรอกรหัสผ่านเก่าอีกครั้งด้วยครับ"); document.checkForm.old_pwd.focus(); return false ; } else if(v2.length==0){ alert("กรุณากรอกรหัสผ่านใหม่ด้วยครับ"); document.checkForm.new_pwd1.focus(); return false ; } else if(v3.length==0){ alert("กรุณายืนยันรหัสผ่านใหม่ด้วยครับ"); document.checkForm.new_pwd2.focus(); return false ; } else return true ; } </script> </form> </body> </html>
<?php //index.php session_start(); $_SESSION['lastdate']=date(); header('location: show.php');
<?php //show.php session_start(); echo $_SESSION['lastdate'];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง