Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is the use of curl()?

1114


How break and continue while loop in php?

1006


What is php dependency injection?

980


What is the function of string in c?

1051


What is a session in php?

1062


How do you execute a php script from the command line?

1123


Is python easier than php?

1054


If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?

1020


Explain about looping in PHP?

1116


What is the purpose of using php?

1090


Explain different sorting function in php?

1134


How to create a session? How to set a value in session?

1031


How do you check if an arraylist is empty?

1030


What is abstraction php?

1028


What is the difference between single quoted string and double quoted string?

1180