I am getting this parse error all the time......would like some one else to take a look at it......
Parse error: parse error in /usr/local/www/virtual1/66/175/1/248/html/user_forms.php on line 232
$result = mysql_query("select * from coursetable where courseId=$id",$dbh);
$theres = mysql_fetch_array($result);
echo "<table width=\"90%\" border=\"1\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" id=\"course_info\">";
echo "<font size= \"2\" face=\"Arial, Helvetica, sans-serif\">;
echo "<tr>"; <---- Line 232
echo "<td width=\"50%\">$theres[CLocation].$theres[courseName]</td>";
echo "<td width=\"50%\">$theres[CoordinatorId]</td>";
echo "<\tr>";
echo "<tr>";
echo "<td width=\"50%\">$theres[CAddress]</td>";
echo "<td width=\"50%\">$theres[CdAdress]</td>";
echo "<\tr>";
echo "<tr>";
echo "<td width=\"50%\">$theres[City].$theres[State].$theres[Zip]</td>";
echo "<td width=\"50%\">$theres[CdCtStZip]</td>";
echo "<\tr>";
echo "<tr>";
echo "<td width=\"50%\">$theres[StartDate]</td>";
echo "<td width=\"50%\">$theres[CoodPhone]</td>";
echo "</tr>";
echo "<tr>";
echo "<td width=\"50%\">$theres[EndDate]</td>";
echo "<td width=\"50%\">$theres[CoEmail]</td>";
echo "</tr>";
echo "</font>";
echo "</table>";
echo "<br>";