$value) { $total += $value; if($total >= $big_box){ break; } else{ $number++; } } } print $number; ?>