ส่วนโค้ดค่ะ
<style type="text/css">
<!--
body {
background-color: #FF9900;
}
-->
</style><?
$correct=0;
$total=count($total_question);
include "connect.php";
$sql="select id,answer from tb_test order by id";
$result=mysql_db_query("$dbname",$sql);
while ($r=mysql_fetch_array($result)) {
$id=$r[id];
$answer=$r[answer];