|
Online Manual
Please see notice on manual index page, click here.
For support on demand visit our new support channel, TQ Support!
<< Chapter 10 - Server Side Includes (SSI)
How to use server side includes (SSI)
(Last modified Aug 26, 2002 )
The syntax of an SSI include statement is as follows:
<!--#include file="mailform1.txt" -->
Where mailform1.txt is the path to the file that you want to be included. For instance if you have a file called file.shtml and you include the SSI
<!--#include file="mailform1.txt" -->
The contents of mailform1.txt will be displayed at that location in file.shtml.
There are many good tutorials in SSI available on the Web. Here are a few that we recommend:
BigNoseBird.com
Tutorial on Server Side Includes
Server Side Includes Overview
|