effect of:
<?
include ("header.php");
print ("<BR>content goes here<BR>");
include ("footer.html"); #there's no php code in the footer
?>
For some reason this places the "footer" *inside* the
table of the header, but placing the client side source
into a browser produces the correct effect. I'm sure
it's simple and I'll come up with it sometime, but it's
late and I'm brain dead....anyone up with insight?
KDK