<form name="form1" action="form2.php" method="post"> <table> <tr> <td>หัวข้อที่ 1</td> <td><input type="radio" name="topic1" id="topic1" value="3"> ดี</td> <td><input type="radio" name="topic1" id="topic1" value="2"> พอใช้</td> <td><input type="radio" name="topic1" id="topic1" value="1"> ไม่ดี</td> </tr> <tr> <td>หัวข้อที่ 2</td> <td><input type="radio" name="topic2" id="topic2" value="3"> ดี</td> <td><input type="radio" name="topic2" id="topic2" value="2"> พอใช้</td> <td><input type="radio" name="topic2" id="topic2" value="1"> ไม่ดี</td> </tr> </table> <input type="submit"> </form>
echo $_POST['topic1']; echo "<br />"; echo $_POST['topic2'];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง