<?php $correct=0; $total= count ($total_question); include "connect.php"; $sql=" SELECT question_id, answer FROM question_exam ORDER BY question_id "; $result=mysql_db_query( $dbname , $sql ); while ($r=mysql_fetch_array($result)) { $question_id=$r[question_id]; $answer=$r[answer]; ตรงนี้ค่ะ------>>if (in_array($question_id, $total_question)) { $select="select_".$question_id; if (${$select}==$answer) { $correct++; } } } echo"<H2>ถูกต้องทั้งหมด $correct ข้อ <BR> แบบทดสอบทั้งหมด $total ข้อ </H2>" ; ?>
<? $number=1; include "connect.php"; $sql = "SELECT * FROM question_exam ORDER BY RAND() LIMIT 0 , 5 "; $result=mysql_db_query( $dbname , $sql ); while ($r=mysql_fetch_array($result)) { $question_id=$r[question_id]; $question_name=$r['question_name']; $choice1=$r['choice1']; $choice2=$r['choice2']; $choice3=$r['choice3']; $choice4=$r['choice4']; echo "<B>ข้อ $number. $question_name</B><BR> <input type= 'radio' name= 'select_$question_id' value='1'> $choice1 <BR> <input type= 'radio' name= 'select_$question_id' value='2'> $choice2 <BR> <input type= 'radio' name= 'select_$question_id' value='3'> $choice3 <BR> <input type= 'radio' name= 'select_$question_id' value='4'> $choice4 ลืมประกาศบรรทัดนี้ไปค่ะ -------->>><input type= 'hidden' name= 'total_question[]' value='$question_id'> <HR> " ; $number++; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง