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

GET :
A : http Request AS GET may gets fails, if exceed certain
length in request URI as it is passed as query string
B : uploading files through input type file not possible
C : Chances for Data lost after server encoding


POST :
A : It does not fails in http Request AS POST
B : uploading files through input type file is possible
C : Data does not lost after server encoding

Is This Answer Correct ?    41 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to get second highest number in an array using php?

1040


How is it possible to return a value from a function?

1061


Which function is used in php to delete a file?

1066


Explain the purpose of output buffering in php.

1038


What is variable give example?

1153


What are the different data types in javascript?

2139


What is php session and how it works?

1030


Which parts of php are case sensitive?

969


What is laravel php?

1068


Explain soundex() and metaphone().

1078


Inside a php function, what param needs to be set in order to access a global variable?

1015


What is the difference between single-quoted and double-quoted strings in php?

1174


How can we determine whether a php variable is an instantiated object of a certain class?

994


What are the differences between GET and POST methods in form submitting?

1082


What is session and why do we use it?

1106