- 1,251 categories
- 40,829 scripts
- This is a concise tutorial on SSI (Server Side Includes). Learn how to apply logic to this nifty server side feature.
- Server Side Includes allow you to write some commonly used code once and have the server insert it into the pages for you. They cut down your development time by more than 100% as you only need to make changes in the include file and it automatically...
- This site presents complete SSI tutorials and reference pages covering everythyng from SSI basics to more advanced topics. Major topics include: Enabling SSI on Your Server, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives, ...
- This compact tutorial introduces what Server Side Includes is, how it works, how to configure .htaccess for SSI to work, a few key SSI Tags, and more.
- This tutorial explains how to create documents which include other documents and various dynamically generated information, such as the current date, the file''s last modification date, and the size or last modification of other files.