Home »

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

Question ListCategory: HTMLWhat is the difference between the HTML form methods GET and POST?
denielshakespeare5 author asked 9 years ago
1 Answers
jeanderson295 author answered 8 years ago

The method parameter specifies that method the client is using to send data to the online
server. the method determines that parameter you’ll notice the CGI request knowledge in:
* GET – httpargs
* POST – post_args

Please login or Register to Submit Answer