Online Learning Applications for Technical English


Home
Syllabus
Assignments

Instructor



Producing Homepages

CGI stands for "common gateway interface". A CGI program runs on a web server and is able to:
  • receive and process information from the server
  • send instructions to the server (e.g., deliver homepage contents to a browser)

Common languages used to write CGI programs include: Perl, C, C++, Visual Basic, etc.

[ Back ]