T1703271506

This commit is contained in:
Leander
2017-03-27 15:07:01 +02:00
parent 182335d876
commit e4c77e7b96

View File

@@ -11,8 +11,6 @@
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? +$_GET['length'] : 10;
$database = new Database();
$questions_count = $database->query('SELECT COUNT(*) FROM "Questions"')['data'][0][count];
var_dump($questions_count);
print_r($questions_count);
$questions_count = $database->query('SELECT COUNT(*) FROM "Questions"')['data'][0]['count'];
echo($questions_count);
?>