Update
This commit is contained in:
@@ -8,6 +8,8 @@ $db = new Database();
|
|||||||
$question = $db->getQuestion($id);
|
$question = $db->getQuestion($id);
|
||||||
$sol = $question['solution'];
|
$sol = $question['solution'];
|
||||||
|
|
||||||
|
var_dump($question);
|
||||||
|
|
||||||
echo <<<END
|
echo <<<END
|
||||||
<h1>Frage bearbeiten</h1><form action="questions-update.php" method="post">
|
<h1>Frage bearbeiten</h1><form action="questions-update.php" method="post">
|
||||||
<input type="hidden" name="id" value="$id">
|
<input type="hidden" name="id" value="$id">
|
||||||
|
Reference in New Issue
Block a user