">
<?php$num = 5;if (5) print "First"; if else print "Second";?>
No else statement to end the if statement.
Previous Question Next Question
Your comments will be displayed only after manual approval.