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 / 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 |
How to convert the first character to upper case?
What is difference between md5 and SHA256?
What the limitation of header() function in php?
What is the meaning of symbol '$' in jquery?
In php, how to redirect from one page to another page?
List some sorting functions in php?
What are the 3 types of sessions?
PHP serverside scripting language or client side scripting language>
Php being an open source is there any support available to it?
How to get the IP address of the client/user in PHP?
List out some tools through which we can draw E-R diagrams for mysql.
how can i disable multiple user in the same password in my website using any scripts