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
What is the name of the scripting engine that powers PHP?
How to read one character from a file?
Why php is sometimes called as embedded scripting language?
What is in php 7?
What are the features of php?
What does pear stand for?
Why php is used with mysql?
How do you define a constant in php?
What is the difference between characters 34 and x34?
Can you define an array argument as a reference type?
What is framework in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
why did u want to leave your past organisation?
What is the best php version for wordpress?
In how many ways we can retrieve the data in the result set of mysql using php?