InterviewSolution
Saved Bookmarks
| 1. |
What Is Common Gateway Interface (cgi)? |
|
Answer» The CGI is a communications protocol that WEB servers use to communicate with other APPLICATIONS. Common Gateway Interface scripts allow Web servers to access database (AMONG other things); CGI applications, on the other hand, receive DATA from servers and return data through the CGI. The CGI is a communications protocol that Web servers use to communicate with other applications. Common Gateway Interface scripts allow Web servers to access database (among other things); CGI applications, on the other hand, receive data from servers and return data through the CGI. |
|