SyntaxFix
Write A Post
Hire A Developer
Questions
The continue keyword will do what you are after. break will exit out of the foreach loop, so you'll want to avoid that.
continue
break
foreach