|
Ch CGI Classes
Common Gateway Interface (CGI) is a standard that specifies how external programs interface with a web server. One of the most important applications of CGI is handling fill-out forms. A CGI program located on a host machine's web server can accept user's input through a fill-out form and generate web pages dynamically. The following Ch CGI classes are included in header file cgi.h. Two generic data types chchar and chstrarray are typedefed as follows.
Note: Our CGI APIs can also be compiled with your C++ code. If you are interested in our C++ CGI libraries, please contact us at sales@softintegration.com. |