Answer Posted / rabeeshm
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.
in other words,
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why laravel is the best php framework in 2019?
Where can I find php ini file?
What is htmlspecialchars?
How do you check if a variable has been set in php?
Explain mysql_error().
What is the function file_get_contents() useful for?
What's the difference between using mysql_ functions and pdo?
Declare a new variable in php equal to the number 3;
How do I display php errors?
What are the 5 types of variables?
What is put method in php?
What is the difference between php traits vs interfaces?
What is a query in php?
What are the uses of explode() function?
How to list all values of submitted fields?