diff --git a/cgi-bin/uebung09/questions-store.php b/cgi-bin/uebung09/questions-store.php index 9eb9e03..27b9bbc 100644 --- a/cgi-bin/uebung09/questions-store.php +++ b/cgi-bin/uebung09/questions-store.php @@ -11,4 +11,6 @@ $solution = $_POST['solution']; $db = new Database(); $db->addQuestion($question, $answer0, $answer1, $answer2, $solution); + +header('Location: questions-show.php'); ?>