From bcbdd16ceb51ad646c80a47416265903509a75f9 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 4 Jul 2019 09:58:51 +0200 Subject: [PATCH] Update --- cgi-bin/uebung09/questions-store.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi-bin/uebung09/questions-store.php b/cgi-bin/uebung09/questions-store.php index f61e063..cc3fa68 100644 --- a/cgi-bin/uebung09/questions-store.php +++ b/cgi-bin/uebung09/questions-store.php @@ -6,6 +6,7 @@ $question = $_POST['question']; $answer0 = $_POST['answer0']; $answer1 = $_POST['answer1']; $answer2 = $_POST['answer2']; +$solution = $_POST['solution']; $db = new Database();