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