">
<?php$num = 5;if ($num = $num&0) print $num ;else print "Else statement executed...";?>
num&0 is 0,thus evaluated to false.
Previous Question Next Question
Your comments will be displayed only after manual approval.