<?php $radioValue = $_POST["radioOption"]; if($radioValue == "true") { //Action สำหรับ radio ที่ถูก checked บลาๆๆๆๆๆๆ } else { //Action สำหรับ radio ที่ไม่ถูก checked บลาๆๆๆๆๆๆ } ?>
<?php $radio = $_POST['radioname']; ?>
<?php <?php if ( $_GET['action'] == 'ajax' ) { echo 'ผลบวกของ ' . $_GET['aaa'] . ' กับ ' . $_GET['bbb'] . ' เท่ากับ ' . ( $_GET['aaa'] + $_GET['bbb'] ); exit; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="Marosdee" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <script type="text/javascript"> function alertPoint() { var a = $('[name=aaa]:checked').val(); var b = $('[name=bbb]:checked').val(); if ( a == undefined || b == undefined ) { alert('เลือกเลขที่จะบอกกันด้วย'); return false; } $('#ajaxTarget').load('?action=ajax&aaa=' + a + '&bbb=' + b); } </script> <title>Untitled 2</title> </head> <body> <div style="width: 500px;border: 1px solid #C0C0C0;padding: 5px;text-align: center"> <div style="text-align:center"> aaa <input type="radio" name="aaa" id="a1" value="1" /> <label for="a1">เลือก 1 แต้ม </label> <input type="radio" name="aaa" id="a2" value="2" /> <label for="a2">เลือก 2 แต้ม </label> <input type="radio" name="aaa" id="a3" value="3" /> <label for="a3">เลือก 3 แต้ม </label> <input type="radio" name="aaa" id="a4" value="4" /> <label for="point4">เลือก 4 แต้ม </label> <input type="radio" name="aaa" id="a5" value="5" /> <label for="point5">เลือก 5 แต้ม </label><br /> <br /> บวกกับ <br /> bbb <input type="radio" name="bbb" id="b1" value="1" /> <label for="b1">เลือก 1 แต้ม </label> <input type="radio" name="bbb" id="b2" value="2" /> <label for="b2">เลือก 2 แต้ม </label> <input type="radio" name="bbb" id="b3" value="3" /> <label for="b3">เลือก 3 แต้ม </label> <input type="radio" name="bbb" id="b4" value="4" /> <label for="b4">เลือก 4 แต้ม </label> <input type="radio" name="bbb" id="b5" value="5" /> <label for="b5">เลือก 5 แต้ม </label><br /> <input type="button" value="บวกไปเลย" id="send" onclick="alertPoint()" /> <div style="padding: 20px;" id="ajaxTarget"></div> </div> </div> </body> </html> ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง