|
The include method of PHP is what you want.
For instance:
[PHP]
<?php
include ("header.php");
include ("main.html");
?>
[/PHP]
__________________
http://jasonpowers.net
"There are a thousand hacking at the branches of evil to one who is striking at the root."
|