SyntaxFix
Write A Post
Hire A Developer
Questions
break; leaves your loop.
break;
continue; skips any code for the remainder of that loop and goes on to the next loop, so long as the condition is still true.
continue;