SSI
Server-side includes (SSI) tell a server to include information in a document before sending it to the browser. All directives to the server are formatted as SGML comments within the document. In case the document should find its way to the client unparsed, it will harmlessly remain unrendered. Each server-side include is written in the […]