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 Is a Persistent Cookie?
What is the use of post in php?
How can php and html interact?
Is laravel frontend or backend?
What is difference between put and post method in http?
Is php fully object oriented?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What does $globals means?
How do you use bcrypt for hashing passwords in php?
How to Pass JSON Data in a URL using CURL in PHP?
Why laravel is the best php framework in 2019?
Is it easy to learn php?
What is the timeout period on session values?
When should you use a stored procedure?
How to remove an empty directory?