SyntaxFix
Write A Post
Hire A Developer
Questions
To exit a while loop, use Break; This will not allow to loop to process any conditions that are placed inside, make sure to have this inside the loop, as you cannot place it outside the loop
Break;