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
What is an example of a variable?
What is the role of php?
Write a query to find the 2nd highest salary of an employee from the employee table?
Will a comparison of an integer 12 and a string "13" work in php?
Do you know what's the difference between __sleep and __wakeup?
What is difference between strstr() and stristr() in PHP?
How do you find the length of a string in php?
What is a lambda function in php?
What is explode() in php?
Where session is stored?
Explain what are the two main string operators?
What is cakephp framework?
Which is the correct way to check if a session has already been started ?
Write a program in php to check whether a number is prime or not?
What is overloading and overriding in oop?