View Single Post
Old 03-02-2006, 12:36 PM   #4 (permalink)
ratbastid
Darth Papa

 
ratbastid's Avatar
 
Join Date: Apr 2003
Location: Yonder
Sure, server-side includes are what you're after.

If your server doesn't support SSI (it has to be configured to do so) but DOES support PHP, you can rename your file filename.php and do:

<? include('filename.php') ?>

That target "filename.php" can contain plain HTML and embedded PHP too.
ratbastid is online now   Reply With Quote