// including 'talenknobbel.php' includes all the other needed files and sets up the vars include ("inc/talenknobbel.php"); ?>
introduction(); $action = $_POST['action']; // $action is used for the general applicationflow. switch ($action) { case "Guess" : include ("evaluate.php"); explanation(); break; } include ("input.php"); examples(); ?> |