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 are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?

Answer Posted / dinesh chandra pant

The difference between Get and Post methods are as follows:
1. By using Post method we can send unlimited data,But it's
not possible in the case of Get. Get support maximum 200
characters or 2 MB data.
2. Get method is not secure as anyone can see it's content
in the URL.It doesn't happen in case of Post method.

examples: When the security is the main aim then we use Post
method e.g. in case of password.
When we have to supply the values through a link then we use
Get Method e.g. in case of tables where we have to get the
records for a specific value.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use php artisan serve?

1016


Is php fully object oriented?

983


Why ide is recommended for use while programming with php?

974


Is c similar to php?

969


What is the purpose of the '.myd' file extension? What do thes file contain?

1034


What is php call function?

983


What is cookie in php with example?

1000


Can we use include ("xyz.php") two times in a php page "index.php"?

1068


What type of operation is needed when passing values through a form or an url?

1045


Tell us how to create an array of a group of items inside an html form?

1024


What is the purpose of break and continue statement?

1029


Explain Type hinting in PHP?

1071


What do you use php for?

1051


What is a comment in php?

1128


What does $_env means?

983