You need to use an SSI or "server side include". The code would look like this:
<!--#include virtual="/forums/online.php"-->
Substitute what's in the paretheses for the path to the file and the name of the file you're trying to "include" in the html document. Also, make sure that your hosting provider allows the use of server side includes. Some will and some won't. Some will allow you to embed the include right into the html document. Others will make you change the file designation from html to shtml. Good luck!
|