ResultsPerPage = $resultsperpage; $Paging->LinksPerPage = $resultsperpage; $Paging->PageVarName = "page"; /* This is required in order for the whole thing to work! */ $Paging->TotalResults = $dbr->countCategories($catid); /* Get our array of valuable paging information! */ $InfoArray = $Paging->InfoArray(); $mysql_limit1 = $InfoArray['MYSQL_LIMIT1']; $mysql_limit2 = $InfoArray['MYSQL_LIMIT2']; $page = $InfoArray['CURRENT_PAGE']; if (!empty($artid)) { $data = $dbr->selectOne("RES_content", $artid); } ?>