Update
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user