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