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.
