Answers

Question and Answer:

  Home  PHP

⟩ What are the differences between GET and POST methods in form submitting, give the case where we can use GET and we can use POST methods?

When we submit a form, which has the GET method it displays pair of name/value used in the form at the address bar of the browser preceded by url. Post method doesn't display these values.

 256 views

More Questions for you: