|
| Total Answers and Comments: 5 |
Last Update: September 11, 2009 Asked by: raghuveerpm |
|
| | |
|
Submitted by: Ankit087 Once most important difference is when you are sending the form with GET method.
It displays name/value pair used in the form at the address bar of the browser preceded by url
Whereas if you send the form with POST method then user can not see that information and Secondly When you want to send short or small data & Less Sensitive Data then you can use GET Method. But for long data & Sensitive Data sending, say more then 100 character you can use POST method.
Above answer was rated as good by the following members: RITWIK DAS, su4surya | Go To Top
|