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

What is the difference between characters 34 and x34?

544


Which is correct about mysqli and pdo?

562


How to check a variable is an array or not in php?

503


How to specify argument default values?

539


Explain the difference between static and dynamic websites?

516






Tell me what does $_env means?

528


What is multidimensional array in php?

537


How you can update memcached when you make changes to php?

614


What is difference between rest and http?

515


How do we get the current session id?

547


How can I make a script that can be bilingual (supports english, german)?

582


What is the name of scripting engine in php?

677


What is rest api in php?

510


What is new static in php?

529


How do you trim spaces in excel?

512