RSS

Tag Archive | "HTML"

How To Use SSI (Server Side Includes)

Friday, July 4, 2008

1 Comment

SSI (Server Side Include) is a directive that is placed within HTML pages, and evaluated on the server as the server sends the page to the browser. It allows you, the Webmaster, to add dynamically generated content to an existing HTML page, without having to serve the entire page via a CGI program, or other dynamic technology...

Continue reading...