<?php include_once("include/config/config.php"); include_functions(array('url','paging','file_handling','input')); $QueryObj = new query('user'); $QueryObj->Where ="where access_level='2' and is_active='1'"; $QueryObj->DisplayAll(); $count_user = $QueryObj->GetNumRows(); ?>