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 difference between GET and POST?

Answer Posted / deepinder

In GET method
- data is submitted as a part of url
- data is visible to the user
- it is not secure but fast and quick

In POST method
- data is submitted as a part of http request
- data is not visible in the url
- it is more secure but slower as compared to GET

Is This Answer Correct ?    208 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is the definition of a session?

1102


What is strlen php?

1050


What is "echo" in php?

1023


Why should I learn php?

1122


What is PECL?

1253


What u mean by query?

1108


What is the difference between require and include in php?

1154


What is isset in php?

1048


What is the difference between $name and $$name?

1053


How do you identify independent and dependent variables in research?

963


What is dao in php?

1011


How can i execute PHP File using Command Line?

1039


What are the difference between abstract class and interface in oops?

1058


What are the rules for naming a php variable?

1116


What is user defined function in php?

1022