What is the difference between the HTML form methods GET and POST?

Submitted by: Administrator
The method parameter specifies which method the client is using to send information to the WEB server. The method determines which parameter you will find the CGI request data in:

► POST - post_args
► GET - http_search_args
Submitted by: Administrator

Read Online HTML Job Interview Questions And Answers