what is the post and get method??

Answer Posted / leelu

Difference Between HEAD, GET , POST

HEAD
Asks for the response identical to the one that would
correspond to a GET request, but without the response body.
This is useful for retrieving meta-information written in
response headers, without having to transport the entire
content.

GET
Requests a representation of the specified resource.

Note that GET should not be used for operations that cause
side-effects, such as using it for taking actions in web
applications.

POST
Submits data to be processed (HTML form) to the
identified resource (server side data). The data is included
in the body of the request. This may result in the creation
of a new resource or the updates of existing resources or both.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does php and apache work?

530


Tell me what is use of in_array() function in php?

564


How to run a php script?

570


What is faster in php?

576


Why does php start with variables?

544






What is variable give example?

553


What is difference between compile time and run time polymorphism?

519


Which php function will attach one file to another?

525


Does php support multithreading?

551


What is csrf mvc?

502


What is traits? How it is used in php?

547


How to find the index of an element in an array php?

521


How do you identify independent and dependent variables in research?

488


Explain what is the use of "echo" in php?

554


What is the use of explode() function?

567