">
<?php$num = 1;if ($num--) print "First" $num--;else print "Second"?>
The if statement has no brackets and it expects a else/else if after a if.
Previous Question Next Question
Your comments will be displayed only after manual approval.