T1703271505
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? +$_GET['length'] : 10;
|
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? +$_GET['length'] : 10;
|
||||||
$database = new Database();
|
$database = new Database();
|
||||||
|
|
||||||
$questions_count = $database->query('SELECT COUNT(*) FROM "Questions"')['data']['count'];
|
$questions_count = $database->query('SELECT COUNT(*) FROM "Questions"')['data'];
|
||||||
var_dump($questions_count);
|
var_dump($questions_count);
|
||||||
print_r($questions_count);
|
print_r($questions_count);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user