+ 1
HTML form
I am beginner. I don't understand how working element method= .What is better post Method or get method. help pleas.
2 Answers
+ 3
GET is for retrieving remote data from the url..
POST is for writing data OR it is used to insert/update remote data .. the form data appears within the message body of the HTTP request.
https://www.w3schools.com/tags/ref_httpmethods.asp
https://www.quora.com/HTTP-What-is-the-difference-between-GET-and-POST
0
TO LEARN THIS METHOD U HAVE LEARN BY EXAMPLES....
POST- SENDING PICS THROUGH FACEBOOK.(DATA IS SEND)
GET- LOGIN TO FACEBOOK.(DATA IS SEND BUT RECEIVED ALSO)