What is Server Side Includes
I would like to know about Server Side Includes, can you give me more information about it. I also would like to know what it is for. Also if possible, can you give me information about Server Side Include commands?
I would like to know about Server Side Includes, can you give me more information about it. I also would like to know what it is for. Also if possible, can you give me information about Server Side Include commands?
Hi,
Server side includes is a scripting language used for developing mainly web-based applications. It enables inclusion of the contents of more than one file on a web page, hence enhancing the dynamism of the pages.
The way server side includes works makes it easier to modify contents of a website for you only need create changes, save them then upload to the a specific include file that it corresponds to. You do not need to edit and make changes to those portions that do not need updating at that moment, making it easier to administer websites and applications that have been created using SSI.
To read more about SSI, visit the following links:
Hope this helps.
Regards,
Lee Hung.
Â
SSI (Server Side Includes) is basically a scripting language that helps you to develop especially web-based applications.
As it lets you include several files to build the content of the web page, your pages will be more dynamic.
SSI makes easier the change of the content of web pages. You only have to make the changes, save them and then upload them to the file they correspond to. Thus, administration of web pages is more convenient.
Please find a short tutorial at http://www.freewebmasterhelp.com/tutorials/ssi.