Jump to content

SHTML and CGI


AeroCoder

Recommended Posts

I was thinking that maybe W3Schools could broaden their library of tutorials and maybe add a basic SHTML (SSI) and CGI tutorial. What do you members think?

Link to comment
Share on other sites

I don't see the need for SHTML really. There isn't much more to it than including files (as far as I know, but I'm probably wrong), which is done very basically like this:

<!--#include virtual="file.html"-->

There may be more to it that I'm not aware of though. CGI would be interesting to have though.

Link to comment
Share on other sites

Well, there's a lot that can be done with Apache SSI, so in that case perhaps a tutorial could be run on running an own server and tweaking it.As for CGI, that really isn't one language. CGI, Common Gateway Interface, isn't a language, but a protocol. To write CGI scripts, you can use many different languages.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...