T1703271449

This commit is contained in:
Leander
2017-03-27 14:50:05 +02:00
parent 089afaa610
commit 6a6b5e52d9

View File

@@ -12,6 +12,7 @@
$database = new Database();
$questions_count = $database->query('SELECT COUNT(*) FROM "QUESTIONS"');
echo pg_last_error();
echo $questions_count;
?>