$query = $db->query_read("SELECT * FROM table LIMIT $limitlower, $perpage"); // $limitlower is the first record that is showed. while($data = $db->fetch_array($query)){//Output data here}