InterviewSolution
| 1. |
Why Should I Use Cgi? |
|
Answer» CGI is important whenever you want to RETAIN state information about a user, or run an application which communicates with the server. Things like guestbooks, Chat CLIENTS, DATABASE applications, and counters all rely on CGI. CGi opens up a world of possibility and ENABLES you to do things that just are not possible with a TOTALLY client-side approach like JavaScript. CGI is important whenever you want to retain state information about a user, or run an application which communicates with the server. Things like guestbooks, Chat clients, database applications, and counters all rely on CGI. CGi opens up a world of possibility and enables you to do things that just are not possible with a totally client-side approach like JavaScript. |
|