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
What are the features of php?
What is the use of pear in php?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What is put method in php?
In php, how to redirect from one page to another page?
What is the use of friend function in php?
What is the use of die in php?
How the values are ordered in an array?
Which escape sequences can be used in single quoted strings in php?
What is the correct syntax of mail() function in php?
Is php an array?
Does wordpress run on php 7?
What is full form of php? Who is the father or inventor of php?
Can I include php in javascript?
What is needed to be able to use image function?