Answer Posted / rajeev sharma
Basically both method are use for send form data with the
help of the browser but difference is that the get method
send limited form data and show the address in the browser
but with the help of post method you can send unlimited form
data with security.
| Is This Answer Correct ? | 32 Yes | 5 No |
Post New Answer View All Answers
What is the difference between explode () and split () functions in php?
What is the best way to change the key without changing the value of a php array element?
What is difference between python and php?
What is super keyword in php?
How do you sort an array in php?
What is a controller in php?
What is php explain?
What is Gd PHP?
Why sessions are used in php?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
Write a program to display a table of any given number?
List some sorting functions in php?
How to check a key exist in an array?
Explain me what is the importance of "method" attribute in a html form?
What does csrf token mean?