|
|
[option1]SSI - <!--#include virtual="news.txt" -->
[option2]PHP - <?php include("page.htm"); ?>
[option3]CGI - require "page.htm";
[option4]CSS - this one is different from the others. the othersjust include pages, while this one defines the styles for all pages it is included in. |
______________________________________

|
|
|
|