SSI

Server side includes , is a set of tags which can be used within HTML pages to be replaced by something else, added ("included") by the server.

An example might be that you have one file with copyright information which goes on the bottom of every page.

By using a SSI tag, you could tell the server to replace every tag on every page with the copyright information. The benefit is that you could have one file containing the copyright information that gets placed on hundreds of pages on your site. By updating the single page, all the others are instantly updated when loaded by the server.

On most servers you must use a filename extension of ".shtml" in order for SSI tags to operate.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Script

A type of computer code than can be directly executed by a program that understands the language...

Scrolling text box

A labeled, multiple-line form field in which users can type one or more lines of text.

SSL

Secure Socket Layer , A protocol designed by Netscape Communications to enable encrypted,...

Server

A computer, or a software package, that provides a specific kind of service to client software...

Server-Side Image Map

An image map that passes the coordinates of the cursor to a CGI handler routine on the server....