Update
This commit is contained in:
@@ -6,7 +6,6 @@ $id = $_GET['id'];
|
||||
$db = new Database();
|
||||
|
||||
$question = $db->getQuestion($id);
|
||||
var_dump($question);
|
||||
$sol = $question['solution'];
|
||||
|
||||
|
||||
@@ -16,7 +15,6 @@ echo <<<END
|
||||
|
||||
<label for="question">Frage:</label> <br>
|
||||
<textarea name="question" id="question">$question['question']</textarea> <br><br>
|
||||
|
||||
<label for="answer0">Antwort 0:</label>
|
||||
<div class="form-box">
|
||||
END;
|
||||
|
Reference in New Issue
Block a user