InterviewSolution
Saved Bookmarks
| 1. |
What do you know about CGI? |
|
Answer» CGI is an interface that ALLOWS the users to access a web page to SEND or receive information or data over a server. The script of CGI can accept a set of keywords entered by the user as input, then it can process a search according to those keywords and can return FAVORABLE results to the web BROWSER. Most of the time CGI SCRIPTS and its executables are run through the directory of CGI-bin. |
|