answersLogoWhite

0

HTML has no ability to do any processing of data. To do so it needs to connect to other programming languages and data source. That is done through CGI.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Html is cgi or non cgi?

CGi


What are CGI building blocks?

Common Gateway Interface (CGI)It is typically used in conjunction with HTML forms to build database applications.


What is the concept of CGI hosting about?

CGI stands for Common Gateway Interface. An example of CGI is one implementing a wiki. The name of an entry is requested by a user agent, the program retrieves the source of that entry's page, and transforms it into HTML.


Where can you find a good lift kit for an 85 Suburban?

http://www.suspensionconnection.com/cgi-bin/suscon/167214.html


What command will put a list of the CGI parameters passed from a HTML form along with there associated values into an array called cgi vars?

To store the CGI parameters passed from an HTML form into an array called cgi_vars, you can use the command my @cgi_vars = $q->param(); in Perl, assuming $q is a CGI object. This command retrieves all the parameter names and their corresponding values, placing them into the cgi_vars array. If you want to capture both names and values as key-value pairs, you might consider using a hash instead.


How many hospitals in Japan?

5,900 in 2007 according to http://search.japantimes.co.jp/cgi-bin/nn20090127a7.html.


What are the applications needed in HTML?

No external applications are needed in HTML. Running HTML needs a browser to see the changes.


What is the main function of browser options a compile html b interpret htm c decompile html d interpret cgi program?

The main function of most Web browsers is to interpret (and display) Hypertext Markup (HTM).


What does abbreviation cgi mean?

CGI stands for common gateway interface and is a standard protocol defining the generation of webpages to a console application using webserver software. For example a cgi profarm is one implementing wiki.The user agent requests the name of an entry and the serber will retrieve the source of that entry's page and transform into an HTML thereby sending the result.


Is HTML a type of web scripting?

HTML [Hyper Text Markup Language] is a set of instructions on a document for displaying within a web browsers. It doesn't display without a web browser or browser-like program. HTML can be used to actuate a script (as in a javascript) or make calls to servers with scripting programs there [like BASH or CGI], but HTML in and of itself is not a scripting language.


What is cgi and non cgi sites?

difference between cgi and non cgi sites


Is it true HTML code needs to be complied before it run in order for it to work?

No HTML can be written in a simple text file and saved as .html.