|
|
|
|
| 0-1
| a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z |
|
SSI |
|
server side include - A technology or process by which HTML authors can "include" content (text, graphics, etc.) on Web pages, without actually coding the properties (name, size, color, etc.) of this content in the HTML document itself. This allows greater flexibilty in changing/adding in complex portions of information that change often on a Web page (also known as: making it dynamic) without actually having to edit the syntax of a specific HTML document that contains the simple SSI statement. Taking information from another Web page and "including" it on another. It's called "server side" because the execution of this program takes place on a server. Which needs to be properly configured to handle SSI in advance. |
|
|
|
|
|
|
|
|
|