Update
This commit is contained in:
@@ -6,9 +6,9 @@ $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'];
|
||||||
|
|
||||||
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">
|
||||||
|
Reference in New Issue
Block a user