<?php $emailSubject = 'comments'; $webMaster = '[email protected]'; $talktogmField = $_POST['comments']; $body = <<<EOD <br><hr><br> comments: $comments EOD; $headers .= "Content-type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); $theResults = <<<EOD <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- body { background-color: #FFFFFF; margin-left: 0px; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; } --> </style> </head> <body><th width="677" height="462" nowrap="nowrap" bgcolor="#FFFFFF"> <table width="636" height="425" border="0" align="center" valign="center" cellpadding="0" cellspacing="0"> <tr> <td height="336" background="images/commentsbg.jpg">$body</td> </tr> </table></th> </tr> <tr> </body> </html> EOD; echo "$theResults"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง