<!DOCTYPE html> <html> <head> <title> </title> </head> <body> <script> function loadpage() { window.location='new.php' } </script> <form action="new.php" method ="post" name="MyForm" > <input type="radio" name="winlose2" id="10" value="ชนะ" checked >ชนะ<br> <input type="radio" name="winlose2" id="11" value="เสมอ" >เสมอ<br> <input type="radio" name="winlose2" id="12" value="แพ้" >แพ้<br> <br><br><br> <input type="radio" name="team" id="10" value="เขียว" checked >เขียว<br> <input type="radio" name="team" id="11" value="เหลือง" >เหลือง<br> <input type="radio" name="team" id="12" value="เเดง" >เเดง<br> <input class ="btn-large-green" type="submit" name="submit"id="submit"value="submit" > <input class ="btn-large-green" type=button value="Refresh" name="bt-re" onClick="loadpage();"><br> </form> <table width="600" border="1"> <tr> <th width="10"> <div align="center">คู่ที่ </div></th> <th width="50"> <div align="center">ทีม </div></th> <th width="91"> <div align="center">ผล </div></th> </tr> <?php $b=0; $i=1; if(isset($_POST['submit']) && $_POST['submit']=="submit" &&isset($_POST['winlose2'])&&isset($_POST['team'])) {?> <tr> <td><div align="center"><?php echo $i;?></div></td> <td><div align="center"><?php echo ($_POST['team']);?></div></td> <td><div align="center"><?php echo ($_POST['winlose2']);?></div></td> </tr> <?php $i++; } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง