Server Side Includes
SSI or Server Side Includes allows the server to parse special page commands.
For example if you wanted a footer on all your pages that may change from time
to time, you can create a text file with the desired footer and place it in your
domain. On each page you put a simple 'Include' to read that file and place it
on the desired pages.