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 csrf cookie?
What do you use php for?
Why echo is faster than print in php?
Tell me how can we change the maximum size of the files to be uploaded?
Tell me what is the difference between characters 34 and x34?
What type of language is php?
What are soundex() and metaphone() functions in php?
Does facebook use php framework?
What are the difference between overloading and overriding in oops?
What does PEAR stands for?
How break and continue while loop in php?
Name and explain five of the PHP error constants?
What is the current stable version of php?
What do you mean by core php?
How do you call a constructor for a parent class?