<html> <head></head> <body> <form name="myForm" > ชื่อ<input type="text" name="s1" id="s1"><br> สกุล<input type="text" name="s2" id="s2"><br> <button type="submit" name="submit1" id="submit1">บันทึก</button> </form> </body> </html>
<html> <head></head> <body> <form name="myForm" > วันเกิด<input type="text" name="s1" id="s1"><br> ที่อยู่<input type="text" name="s2" id="s2"><br> <button type="submit" name="submit1" id="submit1">บันทึก</button> </form> </body> </html>
<?php $strTo = "[email protected]"; $strSubject = "Test Send Email"; $strHeader = "From: Mr.Weerachai Nukitram<[email protected]>"; $strMessage = "My Body & My Description"; $flgSend = @mail($strTo,$strSubject,$strMessage,$strHeader); // @ = No Show Error // if($flgSend) { echo "Email Sending."; } else { echo "Email Can Not Send."; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง