Update
This commit is contained in:
@@ -18,7 +18,7 @@ END;
|
|||||||
$db = new Database();
|
$db = new Database();
|
||||||
|
|
||||||
$questions = $db->getQuestions();
|
$questions = $db->getQuestions();
|
||||||
$questionsobj = (object) $questions;
|
$questionsobj = json_decode(json_encode($questions), false);
|
||||||
|
|
||||||
foreach($questionsobj as $question) {
|
foreach($questionsobj as $question) {
|
||||||
echo("<tr>");
|
echo("<tr>");
|
||||||
|
Reference in New Issue
Block a user