Toggle navigation
online test
Core Java
JDBC
Servlet
JSP
Php
Aptitude
Html
Javascript/Jquery
C
Asp .net
C# .net
tutorials
Posts
Core Java
Jdbc
Servlet
Jsp
interview questions
C
Java
Php
.Net
Html
HR
faq's
C
Java
Php
.Net
Html
Videos
More
Downloads
Get Result
Contact Us
Downloads
Get Result
Contact Us
FAQ's Questions
C FAQ's Questions
JAVA FAQ's Questions
PHP FAQ's Questions
.Net FAQ's Questions
HTML FAQ's Questions
HTML FAQ's
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 - httpargs