View Single Post
  #2 (permalink)  
Old 04-22-2007, 10:01 PM
Big Vern Big Vern is offline
Member
 
Join Date: Jun 2007
Posts: 68
Big Vern is on a distinguished road
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"; ?>

Reply With Quote