I want to include an html file in my php code.
my html file look like
<HTML>
<BODY>
<TABLE>My content goes here.....
</Table>
</BODY>
</HTML>
is it possible to include this file and eleminate the starting and ending <HTML><BODY>... and </BODY></HTML> codes using some useful php code so that only the table is included. Thanks for your help in advance. Any other solution for easy updating will be appriciated. As I am working on local machine. I want to cut my development time by only updating the html files.