2
Reply

What is the difference between GET and POST methods of submitting form data?

sai

sai

18y
6.8k
0
Reply

    GET method uses cookies to post the data to the server.

    POST method uses name/value pair to post the data to the server.

    GET method uses copkies to post the data to the server.

    POST method uses name/value pair to post the data to the server.