T1703271444
This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user