Click to See Complete Forum and Search --> : Scripting differences please explain CGI


ChaosCorner
11-11-2005, 03:32 PM
Hi folks,

I'm re-writing a web site for a charity I am involved in and was going to use either PHP or SSI, but have found out that the host of the web site, BTConnect, only support CGI not the others.

The site will be xhtml strict and of course using CSS for styling and layout.

ATM I have a working setup on part of my own web site for testing using SSI, but as I can't use that now, what would I have to do to make these files run as CGI ?

I want to keep seperate files, (footer, header, navigation, content etc) so that it will be much easier to keep it updated in the future.

If it comes down to it I will just incorporate everything into each page, not that I want to.