Register a .com, .net, .org, .biz, .info, or .us domain name for just $12.95/yr! Retain full control and full ownership via your account at NexusDomains.
A Server Side Include command is contained within a comment tag:
<!--#command argument="value"-->
SIX BASIC COMMANDS
Include - Allows you to have another file included, or embedded, into the shtml file. It cannot include the output of a CGI script. There are two subdivisions of include: virtual (which gives a virtual path to a document on the server) and file (which gives a pathname relative to the current directory)
Echo - Can be used to include the contents of an environment variable.
Exec - Will execute a Unix command or CGI script.
Fsize - Returns the size of a specified file.
Flastmod - Returns the last modification date of a specified file.
Config - Used to control things like the format of output and error messages generated by parsing process.