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 / dinesh chandra pant
The difference between Get and Post methods are as follows:
1. By using Post method we can send unlimited data,But it's
not possible in the case of Get. Get support maximum 200
characters or 2 MB data.
2. Get method is not secure as anyone can see it's content
in the URL.It doesn't happen in case of Post method.
examples: When the security is the main aim then we use Post
method e.g. in case of password.
When we have to supply the values through a link then we use
Get Method e.g. in case of tables where we have to get the
records for a specific value.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is mysql_fetch_array?
Difference between get and post method.
How do I display php errors?
What is api example?
Tell me which function gives us the number of affected entries by a query?
What is env in laravel?
Php error constants and their descriptions
Write a program in php to reverse a number?
How to compare two strings with comparison operators in php?
Is php harder than javascript?
What are super global variables in php?
Do you know design patterns. List few?
What is compact function php?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
How escape single quotes php?