|
Server-side includes (SSI)A simple way to include dynamic content in a web page. SSI are written into an HTML document as comments which have special meaning to the server. The server (or a module connected to the server) parses and processes the SSI instructions, and the client receives the resulting HTML document where these special comments have been replaced with dynamic content. |
