m (Created page with "<div align=justify>In order to use Server Side Includes (http://en.wikipedia.org/wiki/Server_Side_Includes) in your files, they must have .shtml or .shtm extension. Alternatively...") |
m |
||
Line 11: | Line 11: | ||
''<!--#"'' is the opening identifier, each SSI code should start with this. | ''<!--#"'' is the opening identifier, each SSI code should start with this. | ||
− | + | <tag> specifies the command that can be sent to the server. This can be one of the following: ''echo, include, fsize, flastmod, exec, config , odbc, email, if, goto, label, break.'' | |
<variable set> is a set of variables and their values. | <variable set> is a set of variables and their values. | ||
− | + | --> is the closing tag. Every Server Side Inclusion should end with it. | |
Here is an example of how to include HTML file into a page using SSI: | Here is an example of how to include HTML file into a page using SSI: |