What is difference between put and post method in http?



What is difference between put and post method in http?..

Answer / Priyanka Rani

The main difference between PUT and POST in HTTP (not just PHP) is that PUT requests are idempotent, meaning multiple identical requests will have the same effect as a single request, while POST is not idempotent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is str_replace()?

1 Answers  


Should I learn php before wordpress?

1 Answers  


why we use @symbol before the variable

5 Answers   HCL, Numark,


What is cms php?

1 Answers  


How a variable is declared in php?

1 Answers  


What are the common uses of php?

1 Answers  


Is it difficult to learn php?

1 Answers  


full form of php??

12 Answers   HCL,


Define about declare construct?

1 Answers  


What new features php7 has in store for us?

1 Answers  


How session works (internal processing of session) ?

3 Answers   ASD Lab, IPSR Solutions,


How is it possible to know the number of rows returned in result set?

1 Answers  


Categories