OK, it's my first day using php so this is probably dumb. But I'm getting an error:
Parse error: parse error in /home/gcski/goldcoastskiclub-www/classifieds/include/menu.php3 on line 4
Here's the line:
<td align=center class=navbox<? if (basename($PHP_SELF) == "index.php3") echo "current";?>><? php echohref("index.php3", "Home")?></a></td>
Any ideas?