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 / shivanshu

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
-It use Stack method for passing form variable
- it can store only 18 form variale

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
- it use heap method for passing form variable
- it can post unlimited form variable

Is This Answer Correct ?    29 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between require_once and require in php?

1149


What is a php object?

987


Explain the casts allowed in PHP?

1080


Is php a cms?

1028


What are the different errors in php?

1049


What is different types of visibility?

976


Do you know what is the differences between $a != $B and $a !== $B?

1055


What is default session time in php?

1023


What exactly is validating and sanitizing?

1076


When to use inquire vs enquire?

1035


What is strcmp () in php?

1025


Is c similar to php?

969


What are magic constants in php?

1111


What is difference between isset and empty in php?

1045


What is a simple php method to make a cross domain data request?

1093