//מספר העמוד $page=3; //מספר האברים להצגה בכל עמוד: $disp=5; $arr=array_slice($arr,$disp*($page-1),$disp); print_r($arr);