if that doesn't work try <?PHP include('./FILENAME'); ?>
You're also going to have to remove all HTML other than your MAIN table of the form
So it'll look something like :
<?PHP .... PHPCODE if any ?>
<Form ....>
<Table....>
.....
</Table>
</Form>
<?PHP .... PHPCODE if any ?>