">
<?phpfor ($t = 2; $t < 7; $t++){ print "Interview\n"; continue; print "Mania";}?>
When continue is encountered it skips to the next iteration.
Previous Question Next Question
Your comments will be displayed only after manual approval.