Fai una cosa del genere:

Codice PHP:
<?php
$begin 
0;
$end count($cambio);
if (isset(
$_GET['begin']) && isset($_GET['end'])) {
    
$begin $_GET['begin'];
    
$end $_GET['end'];
}
for(
$i $begin$i $end$i++) {
...
?>