Common Gateway Interface
Overview CGI stands for Common Gateway Interface. CGI is the part of the Web server that can communicate with other programs running on the server. Using CGI, the server can invoke a program, while passing user-specific data to the program. User specified data supplied using HTML input form. The program then processes that data and […]