Forum : Methods GET and POST in HTML forms - what's the difference?.
Brief description  about Online courses   join in Online courses
View Balu  Prasad 's Profile

Methods GET and POST in HTML forms - what's the difference?.

Methods GET and POST in HTML forms - what's the difference?.
Asked by Balu Prasad | Mar 22, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi balu,
GET: Parameters are passed in the querystring. Maximum amount of data that can be sent via the GET method is limited to about 2kb.
POST: Parameters are passed in the request body. There is no limit to the amount of data that can be transferred using POST. However, there are limits on the maximum amount of data that can be transferred in one name/value pair.
Mar 22, 2010