i have a code structure like below foreach() { if() { if() { } } else { } } in the nested if in first loop i want to chek certain condition if tht condition is not satisfied then i want to move to next item in array how to do it??