View Single Post
Old 03-02-2006, 01:00 PM   #5 (permalink)
CSflim
Beyond Belief
 
CSflim's Avatar
 
Join Date: Apr 2003
Location: Ireland
Quote:
Originally Posted by ratbastid
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.

OK, cool. Thought there might be an easy way to do it client side, but it doesn't matter. I'll check into what capabilites the server has. Thanks both of you.
__________________
CSflim is offline   Reply With Quote