<? include("config/connect.php"); $username= $_POST['username']; $sql= "SELECT * FROM member WHERE username= '".$username."' "; $sql_q= mysql_query($sql); $mem= mysql_fetch_array($sql_q); $num= mysql_num_rows($sql_q); $email= $mem['mem_email']; if($num == 0){ ?> <script type="text/javascript">alert("ไม่มี username นี้ในระบบ");window.location='mem_forget.php'</script> <? }else{ require_once('class.phpmailer.php'); $mail = new PHPMailer(); $mail->CharSet = "utf-8"; $mail->IsHTML(true); $mail->IsSMTP(); $mail->SMTPAuth = true; // enable SMTP authentication $mail->SMTPSecure = "ssl"; // sets the prefix to the servier $mail->Host = "smtp.gmail.com"; // sets GMAIL as the SMTP server $mail->Port = 465; // set the SMTP port for the GMAIL server $mail->Username = "[email protected]"; // GMAIL username $mail->Password = "xxxxxxxxx"; // GMAIL password $mail->SetFrom('[email protected]','tt_electrical'); // "[email protected]"; //$mail->AddReplyTo = "[email protected]"; // Reply $mail->Subject = "password ของคุณ"; $mail->Body = "สวัสดี คุณ".$mem['fname']."<br />"."password ของคุณคือ".$mem['password']; $mail->AddAddress($mem['mem_email'],"คุณ".$mem['fname']); // to Address if($mail->Send()){ ?> <script type="text/javascript">alert('password ของคุณได้ถูดส่งไปทาง email เรียบร้อยแล้ว');window.location="index.php";</script> <? } } ?>
$email= $mem['mem_email']; echo $email;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง