Server Side Includes (SSI) IntroductionSSIs are special tag(s) that you place in your document and are the simplest way to generate dynamic content from your web server. However, SSI tags are not very powerful. You can only use them to insert text into an existing document, and it is generally not possible to perform complicated processing to generate the inserted text. Unlike other web servers, Zeus will recursively SSI parse content included or generated by SSI tags. This greatly extends the power of SSI, allowing you to pass values into included SSI documents. SSI is suitable for use in document formatting. The ability to include standard document elements (like headers and footers), and, in the case of Zeus, make further SSI substitutions within these is very powerful. SSI is an example of a content handler. Advantages
Disadvantages
Content Manager
[Administrator] 16 December 2005
|
Recent Articles
Other Resources
|


