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 variable function php?
How to remove an empty directory?
Who is the father or inventor of php?
How to remove duplicate values from a PHP Array?
Write syntax to open a file in php?
Declare a new variable in php equal to the number 3;
Where can I learn php?
How to write a program to make chess?
Is it easy to learn php?
What is the main difference between asp net and php?
How to create a session? How to remove data from a session?
What is the use of limit in mysql?
List some sorting functions in php?
What are php expressions?
Explain what is the use of "echo" in php?