| Author |
do get and do post
|
avinashguru prasad
Greenhorn
Joined: Nov 23, 2012
Posts: 14
|
|
what is the difference between Get and Post method.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
|
|
See HTTP methods.
Nutshell: GET is used to fetch information from the server to the client. POST is used to send data and perform an operation on the server.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: do get and do post
|
|
|