what is the difference between GET and POST?
Answer Posted / ekta
Fundamental Difference is probably the Visibility - GET request is sent via the URL string (appended to the URI with a question-mark as separator), which is visible whereas POST request is encapsulated in the body of the HTTP request and can't be seen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is substr() in php? And how it is used?
What is is_null() in php?
Which function is used to read a single character from a file in PHP.
Write a program in php to reverse a number?
What is mvc? Why its been used?
What are some of the advanced features of php?
What is the difference between == and === operator in PHP?
Tell me how to retrieve a cookie value?
Is php dead 2019?
What is the main difference between require() and include()?
Tell me what is the main difference between require() and require_once()?
What does isset() function?
What does a dependant variable mean?
How do I make a reset button in html?
Why namespace is used in php?