This commit is contained in:
2019-07-04 13:11:32 +02:00
parent 655e97cfb9
commit f234199cc1

View File

@@ -8,6 +8,8 @@ $db = new Database();
$question = $db->getQuestion($id);
$sol = $question['solution'];
var_dump($question);
echo <<<END
<h1>Frage bearbeiten</h1><form action="questions-update.php" method="post">
<input type="hidden" name="id" value="$id">