diff --git a/uebung10/questions-show.php b/uebung10/questions-show.php index 6335d2e..fabffbc 100644 --- a/uebung10/questions-show.php +++ b/uebung10/questions-show.php @@ -11,5 +11,5 @@ if (isset($_GET['n'])) { $questions = $db->getQuestions($n); $questionsobj = json_encode($questions); -echo($questionobj); +echo($questionsobj); ?>