2
Reply

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

sai

sai

17y
6.5k
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.