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 / anjithkumar.garapati

The Post method is more powerful request. By using Post we
can request as well as send some data to the server. We use
post method when we have to send a big chunk of data to the
server, like when we have to send a long enquiry form then
we can send it by using the post method.


The Get is one the simplest Http method. Its main job is to
ask the server for the resource. If the resource is
available then then it will given back to the user on your
browser. That resource may be a HTML page, a sound file, a
picture file (JPEG) etc. We can say that get method is for
getting something from the server. It doesn't mean that you
can't send parameters to the server. But the total amount of
characters in a GET is really limited. In get method the
data we send get appended to the URL so whatever you will
send will be seen by other user so can say that it is not
even secure.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which method removes the last element from the end of an array?

1014


What is foreach loop in php?

1088


What is the use of "echo" in php?

1019


How can we display information of a variable and readable by a human with php?

1009


How error handling is being handled by php?

1102


What is difference between mysqli and mysql?

1117


What are php functions?

1134


What does PEAR stands for?

1107


How to invoke a user function?

1023


Is php still used?

1002


What is cookie and why do we use it?

1048


What is the difference between laravel and php?

971


What does type casting mean in php? Explain with an example?

1024


What is php glob?

1053


How does php serialize work?

1112