query('SELECT COUNT(*) FROM "Questions"')['data'][0]['count']; if($length > $questions_count) { $error = 12101; $values = array($questions_count); } Database::create_response($data, $error, $values); ?>