diff --git a/cgi-bin/uebung09/questions-edit.php b/cgi-bin/uebung09/questions-edit.php index 37721e5..b50ee21 100644 --- a/cgi-bin/uebung09/questions-edit.php +++ b/cgi-bin/uebung09/questions-edit.php @@ -8,6 +8,8 @@ $db = new Database(); $question = $db->getQuestion($id); $sol = $question['solution']; +var_dump($question); + echo <<Frage bearbeiten