<!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=windows-874" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action=""> <p>เพิ่มรายการ : <input name="list" type="text" id="list" /> </p> <p> <input name="type_id" type="radio" value="1" /> รายการที่ 1 </p> <p> <input name="type_id" type="radio" value="2" /> รายการที่ 2 </p> <p> <input name="type_id" type="radio" value="3" /> รายการที่ 3</p> <p> <label> <input type="submit" name="Submit" value="ต่อไป" /> </label> </p> </form> </body> </html>
<!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=windows-874" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action=""> <p>วันที่เริ่ม <input name="dates" type="text" id="dates" /> </p> <p>เวลาเริ่ม <input name="start_time" type="text" id="start_time" /> </p> <p>ถึง <input name="end_time" type="text" id="end_time" /> </p> <p> <input type="submit" name="Submit" value="บันทึก" /> </p> </form> </body> </html> ---
<!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=windows-874" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action="add.php"> <p>เพิ่มรายการ : <input name="list" type="text" id="list" /> </p> <p> <input name="type_id" type="radio" value="1" /> รายการที่ 1 </p> <p> <input name="type_id" type="radio" value="2" /> รายการที่ 2 </p> <p> <input name="type_id" type="radio" value="3" /> รายการที่ 3</p> <p> <label> <input type="submit" name="Submit" value="ต่อไป" /> </label> </p> </form> </body> </html>
<? $list=$_POST[list]; $type_id=$_POST[type_id]; if($type_id==1){ ?> รายการที่ 1 <form id="form2" name="form2" method="post" action=""> <p>วันที่เริ่ม <input name="dates" type="text" id="dates" /> </p> <p>เวลาเริ่ม <input name="start_time" type="text" id="start_time" /> </p> <p>ถึง <input name="end_time" type="text" id="end_time" /> </p> <p> <input type="submit" name="Submit" value="บันทึก" /> </p> </form> <? }else if($type_id==2){ ?> รายการที่ 2 <form id="form2" name="form2" method="post" action=""> <p>วันที่เริ่ม <input name="dates" type="text" id="dates" /> </p> <p>เวลาเริ่ม <input name="start_time" type="text" id="start_time" /> </p> <p>ถึง <input name="end_time" type="text" id="end_time" /> </p> <p> <input type="submit" name="Submit" value="บันทึก" /> </p> </form> <? }else if($type_id==3){ ?> รายการที่ 3 <form id="form2" name="form2" method="post" action=""> <p>วันที่เริ่ม <input name="dates" type="text" id="dates" /> </p> <p>เวลาเริ่ม <input name="start_time" type="text" id="start_time" /> </p> <p>ถึง <input name="end_time" type="text" id="end_time" /> </p> <p> <input type="submit" name="Submit" value="บันทึก" /> </p> </form> <? } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง