"CGI is not a language - it is an interface (in fact, the Common Gateway Interface). CGI is a standard for linking programming and scripting languages (C, Perl, etc.) to web servers. This allows, as you probably have seen, web sites to use dynamic content produced by other programs (and linked through CGI) rather than merely displaying static HTML pages."
My question is:
CGI is a standard for linking programming and scripting languages (C, Perl, etc.) to web servers.... Why do not we just use filename.pl or filename.php, etc....Why do we have to use .cgi while .php or .pl does the same role?
All i know about CGI, it is a folder that looks like 'cgi-bin'...!? is this the CGI we are talking about?
CGI = Common Gateway Interface! Where is the interface?
Please clarify to me, does not have to be an article, just say what you know....I hope you can help guys
Tags: