Phil: expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING'???

Beitrag lesen

Hi!
Ich habe hier ne php-Seite und die will patout nicht laufen, woran liegt das?

*schnipp*
<body onLoad="javascript:frames();">
<table border="0" style="table-layout:fixed">
<colgroup><col width="120"><col width="100%"></colgroup>
<tr><td colspan="2">
<? include("header.php"); ?>
</td></tr>
<tr><td style="width:120px;" valign="top"> <-- Und hier der Fehler???
<? include("navi.php"); ?>
</td><td valign="top" style="width:100%;">
<? include("news.php"); ?>
</td></tr>
<tr><td colspan="2">
<? include("footer.php"); ?>
</td></tr>
</table>
</body>
*schnapp*

Der Fehler lautet parse error, expecting T\_STRING' or T_VARIABLE' or `T_NUM_STRING'

CU
http://www.yubb.de