// This script displays the quiz selected // Display the header include('header.htm'); $quiz = $_GET['quiz']; $quizfile = $quiz.".qz"; include($quizfile); echo "