What are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?
Answer Posted / dakshayani
get() method sends data in the form of url but post() method
will send as a data stream.
data transfered thru get() method is not secured whereas
post() method is safe and secured.
data sent thru get() method will be truncated but for post()
method there is no limitation on the amount of data being sent.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
How to create a table using php?
Is php used in 2019?
Why do we need abstract class in php?
How is it possible to set an infinite execution time for php script?
Differences between get, post and request methods ?
Do you know what is the differences between $a != $B and $a !== $B?
Which is the best php framework for a beginner?
Which function is used in php to delete a file?
What is query string php?
Why print_r is used in php?
How does php serialize work?
What is the definition of a session?
Can I run php without xampp?
How check field is empty or not in php?
What are variables in research examples?