">
<?phpdo{ print "Interview";}while(0);print "Mania";?>
The do while loop executes at least once as the condition is in the while loop.
Previous Question Next Question
Your comments will be displayed only after manual approval.