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 the role of the .htaccess file in php?
How I can control asset documents without GR/IR?
Why would we use === instead of ==?
Where php basically used?
Write a program to display a table of any given number?
What does $globals means?
What does mvc stand for and what does each component do?
Which programming language does php resemble to?
Is php a programming language?
Explain about the $_GET variable of PHP?
Why shouldn't I use mysql_* functions in php?
How do I start a php session?
What are the two most common ways to start and finish a php block of code?
Is nan in php?
Tell me what should we do to be able to export data into an excel file?