Come tutti i file?

i file da includere sono html.

come non funge. questo è il contenuto del mio file index.php

<html>
<table border="0" cellpadding="0" cellspacing="0" width="800" height="600">
<tr>
<td height="590" width="90"><? include ("frame_dx_home.htm"); ?></td>
<td height="590"><? include ("frame_sx_home.htm"); ?></td>
</tr>
<tr>
<td colspan="2" height="110"><? include ("menu_inferiore.htm"); ?></td>
</tr>
</table>
</html>

Come mai non funziona? dove ho sbagliato?
Al file ho dato un 755.

Ale