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 does the scope of variables mean?
Why php is used?
Is php faster than javascript?
what are interfaces and Abstart classes
How is it possible to set an infinite execution time for php script?
What is varchar mysql?
What are the different data types in javascript?
What are the 3 types of sessions?
Which php function will attach one file to another?
What is a php array?
What is session and Cokkies . How it works . tell some thing about Session_id()
Is php difficult to learn?
Tell me what is mean by an associative array?
What is regular expression in javascript?
What is magic function in php?