">
<?php$n = 0;if ($n == 1) if ($n >= 0) print "True"; else print "False"; ?>
The nested for loop is not entered if outer condition is false.
Previous Question Next Question
Your comments will be displayed only after manual approval.