$Uid = mysqli_insert_id($con); echo "สมัครสมาชิกเสร็จสมบูรณ์! <br> โปรดตรวจสอบอีเมลของคุณเพื่อยืนยันการสมัครสมาชิก"; $strTo = $_POST["cus_email"]; $strSubject = "Activate Member Account"; $strHeader = "Content-type: text/html; charset=windows-874\n"; // or UTF-8 // $strHeader .= "From: [email protected]\nReply-To: [email protected]"; $strMessage = ""; $strMessage .= "=================================<br>"; $strMessage .= "<br>=================================<br>"; $strMessage .= "Activate account click here.<br>"; $strMessage .= "http://www.localhost/student/activate.php?cus_id=".session_id()."&uid=".$Uid."<br>"; $strMessage .= "<br>=================================<br>"; $strMessage .= "nutQsang.Com<br>"; $flgSend = mail($strTo,$strSubject,$strMessage,$strHeader);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง