|
|
CGI or Common
Gateway Interface What is the purpose and how do I make use of codes and scripts like PHP, Java, CGI, Perl, etc.? |
|
|
|
Scripts and codes is a popular method used by many emailers to embed it into their formatted HTML emails--usually without the recipients consent--to track and gather information. Javascript is code that is written as text within the HTML source of the web page and is often used to check the data entered into a webpage form and then the visitor's web browser interprets and executes the code rather than a web server.Check it out, some free javascripts with easy installation instructions and lots of cool stuff, there's even a tutorial on how to write it; http://java-scripts.net/ PHP is a powerful scripting language adopted in commercial websites. PHP (an alternative to Perl and the cgi-bin) is easy even for non-coders and can be easily integrated into HTML pages (just like Javascript). More info: www.php.net
Perl (Practical
Extraction and Report Language):
CGI (Common
Gateway Interface): A protocol for gathering data from a Form and sending it
to a program or Script such as
Perl (a transfer interface) method for
processing a Form.
CGI scripts are use when you want 2-way communication with
your readers. CGI scripts are often written in the following languages:
Perl, C/C++, Visual Basic And JavaScript, VBScript - are known as client-side scripting languages and are located in HTML documents and are executed by your browser. Matt's Script Archive for free CGI Scripts that you can install on your web sites with detailed step-by-step instructions www.scriptarchive.com/ Jcqueline D. Hamilton's on-line tutorial "CGI Programming 101." teaches you the basics of writing Perl CGI Scripts, step-by-step www.cgi101.com/class/
|
|
|
|