ok guys, i've been goin nuts at this.
i've done it before in the html / asp world a billion times but can't get it working here:
neither of these seem to be working!!! the test.htm file is in the /forums/ directory and i'm trying to include it in the forumheader template.
i've put in a support ticket to see if the servers have ssi enabled.
help a newb out!
PHP Code:
<!--#include virtual="test.htm" -->
<?php include ("test.htm"); ?>
<!--#include virtual="../forums/test.htm" -->
<!--#include virtual="/public_html/forums/test.htm" -->