<?php$t = 11;if ($t = $t&0) print $t;else break;?>
break is not defined for a if else ladder.
Previous Question Next Question
Your comments will be displayed only after manual approval.