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 |
What is str_replace()?
Should I learn php before wordpress?
why we use @symbol before the variable
What is cms php?
How a variable is declared in php?
What are the common uses of php?
Is it difficult to learn php?
full form of php??
Define about declare construct?
What new features php7 has in store for us?
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?