Speed and Simplify Site Update Process with Includes
Posted: July 31, 2009 » by Lead Architect » in Content; Tips and Support
Includes (also known as server-side includes or SSI) are commands placed in a web page file that call to separate text or code files before the web page file is displayed by the browser. Elements that are common to a page or multiple pages (a page footer, for example) are taken out of the page, and placed in a separate file. The page file then calls to the external file(s) to get the needed code. (more…)
