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 / prashanthi
In Get method we get complete information in top header that
is it is not secure,for sending secure data like
passwords,any Account numbers....we can use post method
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is the role of php.ini file?
What backslash character will match whitespace?
Is python better than php?
How to enable parsing?
What is the value for this auto incremented field user_pri_id?
List some sorting functions in php?
How to remove duplicate values from a PHP Array?
How do I install php?
Explain different sorting function in php?
What is the most convenient hashing method to be used to hash passwords?
Is server side a session?
What is the meaning of a persistent cookie?
Explain how is it possible to cast types in php?
What is the best website to learn php?
What is csrf token and why it is required?