The question is: what do you want to do.
Sending information: POST
Recieving information: GET
A contact-form sends informations to the server, so you have to use POST.
With a search-form you provide information, so you fhave to use GET.
The question is: what do you want to do.
Sending information: POST
Recieving information: GET
A contact-form sends informations to the server, so you have to use POST.
With a search-form you provide information, so you fhave to use GET.
RE: Why you should use POST instead of GET