IT Placement Papers Web Technologies HTML
This category contains HTML Interview Questions and Answers |
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
Only registered users can write comments. Please login or register.
|