">
<?php$str;if ($str) print "Interview" ;else print "Mania";?>
Uninitialized str is set to 0, thus if condition fails.
Previous Question Next Question
Your comments will be displayed only after manual approval.