|
Server Side Includes allow you to write some commonly used code once and have the server insert it into the pages for you. In other words an include file has code that you would like to reuse. Any SHTML page that wants to use the code in the include file will have a special line that indicates the place holder for the code. This code looks like: [an error occurred while processing this directive] |