asd.php <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ข้อสอบออนไลน์</title> <link href="jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"> <link href="jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"> <script src="jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script> <script src="jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script> </head> <body> <b>ข้อสอบให้เลือกตอบข้อที่ถูกต้อง <div data-role="page" id="page"> <div data-role="header"> <h1>Header</h1> </div> <div data-role="content"> <form method="post" action="qwe1.php"> <?php $number=1; require"Connections/user.php"; $sql="select * from question order by rand() limit 1,2"; $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"<b>$number. $question</b><br> <input type='radio' name='select_$id' value='1'> $choice1 <input type='radio' name='select_$id' value='2'> $choice2<br> <input type='radio' name='select_$id' value='3'> $choice3<br> <input type='radio' name='select_$id' value='4'> $choice4 <input type='hidden' name='total_question[]' value='$id'<br> <hr>"; $number++; } ?> <input type="submit" value="submit"><input type="reset" value="reset"> </form> </div> <div data-role="footer"> <h4>Footer</h4> </div> </div> <b/> </body> </html>
asd1.php <?php $correct=0; $total=count($total_question); require"Connections/user.php"; $sql="select id, answer from question order by id"; $result=mysql_db_query("ccc",$sql); while ($r = mysql_fetch_array($result)){ $id=$r['id']; $answer=$r['answer']; if (in_array($id, $total_question)){ $select="select_".$id; if (${$select}==$answer) { $correct +1; } } } echo"<h2>ถูกต้องทั้งหมด $correct ข้อ <br> ข้อสอบทั้งหมด $total ข้อ </h2>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง