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 is scope of variable in php?
What is namespace in php?
How to find the length of a string?
What is the use of final class in php?
Tell me how is it possible to know the number of rows returned in result set?
Explain what are psrs? Choose 1 and briefly describe it?
How can I check if a value is already in an array?
3 Answers Rushmore Consultancy,
What are the advantages of php?
What is the difference between fopen() and fclose()?
Which is correct about mysqli and pdo?
What language is similar to php?
How to get the directory name out of a file path name?