What is Server Side Includes

Asked By 7060 points N/A Posted on -
qa-featured

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?

SHARE
Best Answer by lee hung
Best Answer
Best Answer
Answered By 75 points N/A #81067

What is Server Side Includes

qa-featured

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.

Answered By 0 points N/A #81068

What is Server Side Includes

qa-featured

 

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.

Related Questions