if ($question=="" or $choice1=="" or $choice2==""
or $choice3=="" or $choice4=="" or $answer==""){
echo "<h2>Error : กรุณากรอกแบบทดสอบให้ครบครับ</h2>";
exit ;
}
include "connect.php" ;
$sql="insert into tb_test value('','$question','$choice1',
'$choice2','$choice3','$choice4','$answer') ";
mysql_db_query($dbname,$sql);