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
How to run the interactive php shell from the command line interface?
How is it possible to cast types in php?
How to return a value back to the function caller?
Is it possible to extend the execution time of a php script?
Which escape sequences can be used in single quoted strings in php?
Which function Returns the time of sunrise for a given day / location in PHP.
What is implode() in php?
What are the string functions in php?
What is array filter php?
What is oops php?
Which is the latest version of php?
What is difference between mysql_connect and mysqli_connect?
Tell me what is the importance of "action" attribute in a html form?
What are sql functions?
Is numeric in php?