What is a CGI-script
Just so you know what you are actually dealing with, a brief introduction of what a CGI-script actually is, might be a good place to start. First of all, CGI is not a programming language. CGI is short for Common Gateway Interface, and it is a way for programs and scripts on the web-server to communicate with the web-browser (easily explained).
Usually a CGI-script is made with Perl, which is an interpreted scripting language, very common on the UNIX operation system. However, CGI-scripts may be written in any language, C++ for example (but then it should be called a CGI-program, because it is compiled and no longer a script).
In this tutorial we will deal with CGI-scripts made with Perl (which is the most common language used for CGI-scripts). Such a script is simply just a text file with a filename ending with .pl or .cgi.
An important aspect to remember is that CGI-scripts are server side scripts, meaning the scripts are executed on the server and only the results (the output) of the script is shown in the webbrowser. Compare it to JavaScript, where the actual script is downloaded within an HTML page and executed in the user is browser (client side script).
Requirements
The first thing to check when you are thinking about using a CGI-script on your homepage, is to make sure your web host company support CGI-scripts and that you have permission to use them. If you have noticed a directory called cgi-bin when you are uploading your HTML files, then you most certainly are able to use CGI-scripts.
Related Stuff
-
MooV: Using cutting edge Video phones and Software Video Phones - coupling all that with VoIP and empowering the disabled.
-
Moo Telecom: VoIP communications made easy - Ring anyway with the fun and ease of using a normal phone
-
TagR:Mobile Social Network with Real Time Locations Based services, and Ambience Intelligence, VoiP, IM, Skype, Googletalk, Mapping, Flickr, Events, Calendaring, Scheduling, SecondLife Support
-
ClearSMS : ClearSMS is a Web-based application that lets you send bulk SMS messages to your customers, contacts, or just about anyone.
-
Jajah:jah is a VoIP (Voice over IP) provider, founded by Austrians Roman Scharf and Daniel Mattes in 2005[1]. The Jajah headquarters are located in Mountain View, CA, USA, and Luxembourg. Jajah maintains a development centre in Israel.
-
Skype: It’s free to download and free to call other people on Skype. Skype the number one voice over ip software
- PrivatePhone: a free local phone number with voicemail and messages you can check online or from any phone.
Be the first ... |Add your comment.
Your Comment ...
Name (required)
Email (required, hidden)
Website
