<?php include_once("include/config/config.php"); include_functions(array('url','paging','file_handling','input')); $QueryObj1 =new query('about'); $aboutinfo=$QueryObj1->DisplayOne(); $QueryObj2 =new query('team'); $QueryObj2->DisplayAll(); $count_user = $QueryObj2->GetNumRows(); ?>