AeroCoder 0 Posted March 18, 2007 Report Share Posted March 18, 2007 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? Quote Link to post Share on other sites
Kevin M 0 Posted March 19, 2007 Report Share Posted March 19, 2007 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. Quote Link to post Share on other sites
Jonas 151 Posted March 19, 2007 Report Share Posted March 19, 2007 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.