">
<?php$num = 15;if (print $num) print "Interview";else print "Mania"; ?>
print returns 1 if it prints anything.
Previous Question Next Question
Your comments will be displayed only after manual approval.