$i = 0; foreach ( $signatures as $signature ) { if($i==10){ break; } echo 'Signature ID: ' . $signature . $i; $i++; }