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 / malathi
using get method is not secure, ur informations will be
appeared in the url address. using post method is much
secure it will not appear in the url address. eg.secure for
using post method in login form.
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
Is php a float?
Is php faster than nodejs?
What is the use of @ in php?
What are php variables?
Which are the best start and end tags to use?
What is magic function in php?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
How many columns can be added in a table in mysql?
Do you know how to get the ip address of the client?
What is the difference between a session and cookies?
What is php data type?
What is php string function?
How to open standard output as a file handle?
What is composer json?
Explain what is memcache?