<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> New Document </title> <meta name="Generator" content="EditPlus"> <meta name="Author" content="Unidentifier"> <meta name="Keywords" content=""> <meta name="Description" content=""> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <script src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <form method="post" action=""> <div id="car_page" for="all"> <legend>เลือกรถ</legend> <ol> <li><input type="checkbox" name="car[]" id="car" value="กท.2005" />กท.2005</li> <li><input type="checkbox" name="car[]" id="car" value="ชม.8443" />ชม.8443</li> <li><input type="checkbox" name="car[]" id="car" value="ภภ.7777" />ภภ.7777</li> </ol> <input type="button" value="หน้าถัดไป >>" id="nextpage" /> </div> <div id="driver_page" for="all"> <legend>เลือกคนขับรถ</legend> <ol> <li><input type="checkbox" name="driver[]" id="driver" value="นาย ก." />นาย ก.</li> <li><input type="checkbox" name="driver[]" id="driver" value="นาย ข." />นาย ข.</li> <li><input type="checkbox" name="driver[]" id="driver" value="นาย ค." />นาย ค.</li> </ol> <input type="button" value="<< หน้าก่อน" id="prevpage" /> <input type="submit" value="เสร็จสิ้น" id="nextpage" /> </div> </form> <script> $(document).ready(function(){ $("div[for=all]").hide(); $("div#car_page").show(); }); $("#prevpage").click(function(){ var prevpage = $(this).parent("div[for=all]").prev().attr("id"); var curpage = $(this).parent("div[for=all]").attr("id"); //alert(prevpage+"/"+curpage); $("#"+curpage).hide(400); $("#"+prevpage).show(400); }); $("#nextpage").click(function(){ var nextpage = $(this).parent("div[for=all]").next().attr("id"); var curpage = $(this).parent("div[for=all]").attr("id"); //alert(curpage+"/"+nextpage); $("#"+curpage).hide(400); $("#"+nextpage).show(400); }); </script> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> New Document </title> <meta name="Generator" content="EditPlus"> <meta name="Author" content="Unidentifier"> <meta name="Keywords" content=""> <meta name="Description" content=""> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <script src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <form method="post" action="save_match.php"> <div id="car_page" for="all"> <legend>เลือกรถ</legend> <ol> <li><input type="checkbox" name="car[]" id="car" value="กท.2005" />กท.2005</li> <li><input type="checkbox" name="car[]" id="car" value="ชม.8443" />ชม.8443</li> <li><input type="checkbox" name="car[]" id="car" value="ภภ.7777" />ภภ.7777</li> </ol> <input type="button" value="หน้าถัดไป >>" id="nextpage" /> </div> <div id="driver_page" for="all"> <legend>เลือกคนขับรถ</legend> <ol> <li><input type="checkbox" name="driver[]" id="driver" value="นาย ก." />นาย ก.</li> <li><input type="checkbox" name="driver[]" id="driver" value="นาย ข." />นาย ข.</li> <li><input type="checkbox" name="driver[]" id="driver" value="นาย ค." />นาย ค.</li> </ol> <input type="button" value="<< หน้าก่อน" id="prevpage" /> <input type="submit" value="เสร็จสิ้น" id="nextpage" /> </div> </form> <script> $(document).ready(function(){ $("div[for=all]").hide(); $("div#car_page").show(); }); $("#prevpage").click(function(){ var prevpage = $(this).parent("div[for=all]").prev().attr("id"); var curpage = $(this).parent("div[for=all]").attr("id"); //alert(prevpage+"/"+curpage); $("#"+curpage).hide(400); $("#"+prevpage).show(400); }); $("#nextpage").click(function(){ var nextpage = $(this).parent("div[for=all]").next().attr("id"); var curpage = $(this).parent("div[for=all]").attr("id"); //alert(curpage+"/"+nextpage); $("#"+curpage).hide(400); $("#"+nextpage).show(400); }); </script> </body> </html>
<?php /* 1.โค้ดติดต่อฐานข้อมูล 2.เขียนคำสั่ง sql เพื่อการบันทึกลงฐานข้อมูล "insert into " - อาจมีการวนลูปเพื่อดึงข้อมูลจากตัวแปรทั้งสอง $_POST["car"] และ $_POST["driver"] */ ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง