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 does php exit do?
What is a php namespace?
Explain soundex() and metaphone().
Is php an object or array?
What is mvc in php?
Is php object oriented?
What are the 3 types of sessions?
Are sessions stateless?
Why laravel is best php framework?
What is difference between base_url and site_url?
What is use of header() function in php?
Name some of the popular frameworks in php.
Explain what is the main difference between require() and require_once()?
How can you upload a file using php?
Can we override static method?