T1703271447
This commit is contained in:
10
start.php
10
start.php
@@ -6,12 +6,12 @@
|
||||
* Time: 14:07
|
||||
*/
|
||||
|
||||
include_once includes.inc.php;
|
||||
|
||||
require_once('includes.inc.php');
|
||||
$uid = $_GET['uid'];
|
||||
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? +$_GET['length'] : 10;
|
||||
$questions_count = Database::query('SELECT COUNT(*) FROM "QUESTIONS"');
|
||||
$database = new Database();
|
||||
|
||||
$questions_count = $database->query('SELECT COUNT(*) FROM "QUESTIONS"');
|
||||
echo $questions_count;
|
||||
|
||||
?>
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user