">
<?php$num = 12;if (echo $num) print "True";else print "False"; ?>
echo does not return anything so if condition is empty.
Previous Question Next Question
Your comments will be displayed only after manual approval.