yes you can. the PHP can still insert XHTML. here's an example:
PHP Code:<?
include "header.php";
?>
<p>
More code can go here.
</p>
<hr />
<p>
This causes noproblem at all. the PHP simply pulls more code from the included files. Just make sure that the code from them is valid. Of course the page will still show if it's not.
</p>





Reply With Quote