Server Side Includes (SSI)

m
m
Line 5: Line 5:
 
Then you'll be able to add code to your pages that will be processed by the web server. The code should be of the following format:
 
Then you'll be able to add code to your pages that will be processed by the web server. The code should be of the following format:
  
''<!--#'<tag><variable set> '-->''
+
<!--#'<tag><variable set> '-->
  
 
A brief explanation on SSI structure and work can be found below:
 
A brief explanation on SSI structure and work can be found below:
  
''<!--#"'' 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.''
 
<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.''

Revision as of 10:03, 20 January 2012

rss feed for my website