<form method="post" action="r_check_befor.php" ><div align="left"> <? $number=1; require"connect_db.php"; $sql="select * from test where chapter =1 and type = 1 order by rand() limit 0,6"; //สุ่มทีละ6 ข้อ $result=mysql_db_query("$dbname",$sql); while ($r=mysql_fetch_array($result)){ $id=$r[id]; $question=$r[question]; $choice1=$r[choice1]; $choice2=$r[choice2]; $choice3=$r[choice3]; $choice4=$r[choice4]; echo"<b>$number) $question</b><br> 1 <input type='radio' name='select_$id' value='1'> $choice1<br> 2 <input type='radio' name='select_$id' value='2'> $choice2<br> 3 <input type='radio' name='select_$id' value='3'> $choice3<br> 4 <input type='radio' name='select_$id' value='4'> $choice4 <input type='hidden' name='total_question[]' value='$id'/><br> <hr>"; $number++; } $number=7; require"connect_db.php"; $sql="select * from test where chapter =2 and type = 1 order by rand() limit 0,6"; $result=mysql_db_query("$dbname",$sql); while ($r=mysql_fetch_array($result)){ $id=$r[id]; $question=$r[question]; $choice1=$r[choice1]; $choice2=$r[choice2]; $choice3=$r[choice3]; $choice4=$r[choice4]; echo"<b>$number) $question</b><br> 1<input type='radio' name='select_$id' value='1'> $choice1<br> 2<input type='radio' name='select_$id' value='2'> $choice2<br> 3<input type='radio' name='select_$id' value='3'> $choice3<br> 4<input type='radio' name='select_$id' value='4'> $choice4 <input type='hidden' name='total_question[]' value='$id'<br> <hr>"; $number++; } ?> <input type='hidden' name='id_s' value='<?=$row_show['ID_score']?>' /> <input type="submit" name="submit" value="ดูคะแนน"> <input type="reset" value="รีเซท"> </div> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง