Paginate an array

i have array i want to paginate to show 10 records on page


   foreach($results as $rs)
{
echo $rs['name'];

echo $rs['address'];
}


Google says http://www.codehive.net/PHP-Array-Pagination-10.html