i have array i want to paginate to show 10 records on page
foreach($results as $rs)
{
echo $rs['name'];
echo $rs['address'];
}
i have array i want to paginate to show 10 records on page
foreach($results as $rs)
{
echo $rs['name'];
echo $rs['address'];
}