$strTo = $_POST["txtEmail"]; $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 .= "Welcome : ".$_POST["txtName"]."<br>"; $strMessage .= "=================================<br>"; $strMessage .= "Activate account click here.<br>"; $strMessage .= "https://www.thaicreate.com/activate.php?sid=".session_id()."&uid=".$Uid."<br>"; $strMessage .= "=================================<br>"; $strMessage .= "ThaiCreate.Com<br>"; $flgSend = mail($strTo,$strSubject,$strMessage,$strHeader);
$strSQL = "UPDATE member SET Active = 'Yes' WHERE SID = '".trim($_GET['sid'])."' AND UserID = '".trim($_GET['uid'])."' "; $objQuery = mysql_query($strSQL);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง