Getting foreach to skip over iterations

raddmadd

New Member
I basically need something inside a foreach loop that will skip over the first 10 iterations of the array.\[code\]foreach($aSubs as $aSub){ if($iStart > '0') //Skip first $iStart iterations. Start at the next one}\[/code\]Thanks
 
Back
Top