Syntax error, can you help me spot it?

I was just developing this for an editing script and I keep encountering a syntax error of an unexpectedly placed ‘<’ symbol yet I am racking my brains out to why this is, anyone mind taking a peek?

[php]Edit specific page:

Contact || About

<?php if($_GET['edit'] == about) { echo "hey this is about page"; ?>
<?php } elseif($_GET['edit'] == contact) { echo "hey this is contact page"; ?>
<? } else { ?> <? } [/php]

I probably miss something, but this code runs just fine on my server.

what line does this syntax error occur on

Sponsor our Newsletter | Privacy Policy | Terms of Service