Server Side Includes

SSI users a "Directive" syntax inside an HTML comment
The SSI directive is interpreted by the web server
Output from the SSI directive is inserted into the HTML page
Example:

<!--#exec  cgi = "/cgi-bin/counter.cgi" -->

SSI is server dependent, and not all server support the technology

left.gif (134 bytes)