">
<?php$num = 20;if (1) print "First";else print "Second";else print "Third";?>
Hanging else statement.
Previous Question Next Question
Your comments will be displayed only after manual approval.