Im fairly new to php and would appreciate soem insight. I was under the impression that include() or require() would allow you to basically insert static html into php pages. This would make it much easier i imagine to maintain generic type aspects of the web page, like header, footer, menu. The only way I seem to be able to get includes to work is to convert my html menu page to php, which is a challenge, shouldnt i be able to use static type html pages in includes?? What am I doing wrong? any ideas? Here is some relevant code.
<td width="120" height="55"><center>
<?php
include"/home2/lanburn/public_html/hello.html");
?></center></td>