<form id="form1" name="form1" method="get" action="user_question_final.php"> <?php $number=1; require"Connections/user.php"; $sql="select * from question order by rand() limit 1,5"; $result=mysql_db_query("ccc",$sql); while ($r=mysql_fetch_array($result)){ $id=$r['question_id']; $question=$r['question_title']; $choice1=$r['choice_A']; $choice2=$r['choice_B']; $choice3=$r['choice_C']; $choice4=$r['choice_D']; echo $number. $question ; ?><p> <input type='radio' name='select_$id' value='choice_A' checked> <label> <?php echo $choice1 ; ?> </label> <input type='radio' name='select_$id' value='choice_B'> <label><?php echo $choice2 ; ?></label> <input type='radio' name='select_$id' value='choice_C'> <label><?php echo $choice3 ; ?></label> <input type='radio' name='select_$id' value='choice_D'> <label><?php echo $choice4 ; ?></label> <!--<input type='hidden' name='total_question[]' value='$id'<br>--> </p><?php echo "<hr>"; $number++; } ?> <input type="submit" value="ส่งข้อสอบจ้า"> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง