Basically, I am using this so I don't have to continually edit the damn html every time a link changes. I was hoping I could get this working even as a newbie, but obviously not. Anyway, here's the code. My host tells me the error's on line 13, in case that helps. line 13 is just after the <?php in case the HTML doesn't show.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<meta name="default" content="default">
</head>
<body>
<?php
var $news-m = "<a href="news-m.html">main_news</a href>";
var $news-g = "<a href="g-news.html">gaming_news</a href>";
var $news-t = "<a href="t-news.html">tech_news</a href>";
var $dl = "<a href="dl.html">downloads</a href>";
var $plans "<a href="plans.html">.plans</a href>";
var $about = "<a href="about.html">about</a href>";
var $ao = "<a href="ao.html">anarchy_online</a href>";
var $cs = "<a href="cs.html">counter_strike</a href>";
var $dod = "<a href="dod.html">day_of_defeat</a href>";
var $sb = "<a href="sb.html">shadowbane</a href>";
var $t2 = "<a href="t2.html">tribes_2</a href>";
var $uo = "<a href="uo.html">ultima_online</a href>";
var $emu = "<a href="emu.html">emulation</a href>";
var $console = "<a href="c-gaming.html">console_gaming</a href>";
var $br = "";
var $pc = "<a href="pc-gaming.html">pc_gaming</a href>";
<font color=#00FFFF>zaurin.net index/
news/</font>
echo $news-m ;
echo $news-g ;
echo $news-t ;
<font color=#00ffff>main_area/</font>
echo $dl ;
echo $plans ;
echo $about ;
<font color=#00ffff>online_gaming/</font>
echo $ao ;
echo $cs ;
echo $dod ;
echo $sb ;
echo $t2 ;
echo $uo ;
<font color=#00ffff>offline_gaming/</font>
echo $emu ;
echo $console ;
echo $pc ; ?>
</body>