T1703271444

This commit is contained in:
Leander
2017-03-27 14:44:13 +02:00
parent 1a44cf57b9
commit b2a6974287

View File

@@ -6,10 +6,12 @@
* Time: 14:07
*/
include_once includes.inc.php;
$uid = $_GET['uid'];
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? +$_GET['length'] : 10;
echo gettype($length);
echo $length;
$questions_count = Database::query('SELECT COUNT(*) FROM "QUESTIONS"');
echo $questions_count;
?>