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
Where do I run php code?
What is T_PAAMAYIM_NEKUDOTAYIM?
Explain the visibility of the property or method?
What is meant by PEAR in PHP?
Which is better python or php?
What does pear stand for?
Is multiple inheritance supported in php?
How I can control asset documents without GR/IR?
How to download file in php?
What are the array functions in php?
What is difference between rest and http?
What is the difference between $message and $$message in php?
Can you pass an array into a function?
Explain the importance of the function htmlentities.
what are interfaces and Abstart classes