View Single Post
  #5 (permalink)  
Old 11-08-2004, 04:57 PM
genoxide genoxide is offline
Moderator
 
Join Date: Oct 2004
Posts: 260
It will need some more work from that,
Code:
<?
include("header.php");
include("myhtmlfile.html");
include("footer.php");
?>
If you want to include header and footer that is. Create a new index.php and put the above code, include your html file in the same folder as the index.php and then u are done.
__________________
read me before posting
Reply With Quote