include 'connect.php';
$id = $_GET['id'];
if ($id != "")
{
echo "
";
exit();
}
$sql = mysql_query("select id, fullname from Quiz_users where position = 'teacher'");
?>
echo " back to student page";
//}
///////////////////////styles the bottom of the page
echo "