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 |
What are the difference between echo and print?
Write the statements that are used to connect php with mysql
What is scope of variable in php?
How do you use bcrypt for hashing passwords in php?
How to access a specific character in a string using php?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
What is a php object?
How can you send http header to the client in php?
What is the difference between ereg_replace() and eregi_replace()?
What is the default time in seconds for which session data is considered valid?
Is php still in demand?
How to delete cookie files on your computer?