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 } elseif($_GET['edit'] == contact) { echo "hey this is contact page"; ?>
<? } else { ?> <? } [/php]