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
What are the different components used in php for formatting?
Which is better session or cookie?
How to read the entire file into a single string?
What does $_env means?
What is the meaning of a persistent cookie?
What is delimiter php?
Is server side a session?
How to redirect a page in php?
Are php sessions cookies?
How can we submit form without a submit button?
how to open & closing opening period in fico
Does csrf token change?
What is substr in php?
What is api laravel?
Does empty check for null?