">
<?phpfor ($z = 0; $z < 20; $z++){ print "Mania"; break; print "Interview";}?>
When break is encountered it leaves the loop.
Previous Question Next Question
Your comments will be displayed only after manual approval.