| I'm not quite sure I understand your question, but I think you may be talking about the include function. If, say, you wanted to include a footer file at the bottom of every page, you would have to make the following function call:
<? include "footer.php"; ?> |