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
Explain converting an object?
What is the method to register a variable into a session?
What is repository in php?
What are the Formatting and Printing Strings available in PHP?
Which of the data type is compound datatype supported by PHP?
why did u want to leave your past organisation?
How can image properties be retrieved in php?
Is age interval or ordinal?
Explain about the data types in PHP?
How to count a number of words in a string in php?
How can a cross-site scripting attack be prevented by php?
What is a definer in mysql?
How can we calculate the similarity between two strings?
How to assigning a new character in a string using php?
Define anonymous classes in php7?