Answers

Question and Answer:

  Home  HTML

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

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

 218 views

More Questions for you: