<? include("connet.php"); $strSQL = "SELECT * FROM customer WHERE displayname = '".trim($_POST['txtUsername'])."' OR email = '".trim($_POST['txtEmail'])."' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); if(!$objResult) { echo "Not Found Username or Email!"; } else { echo "Your password send successful.<br>Send to mail : ".$objResult["email"]; $strTo = $objResult["email"]; $strSubject = "Your Account information username and password."; $strHeader = "Content-type: text/html; charset=windows-874\n"; // or UTF-8 // $strHeader .= "From: [email protected]\nReply-To: [email protected]"; $strMessage = ""; $strMessage .= "Welcome : ".$objResult["name"]."<br>"; $strMessage .= "Username : ".$objResult["email"]."<br>"; $strMessage .= "Password : ".$objResult["pass_word"]."<br>"; $strMessage .= "=================================<br>"; $strMessage .= "mflcomputer.Com<br>"; $flgSend = mail($strTo,$strSubject,$strMessage,$strHeader); } mysql_close(); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง