what is the difference between GET and POST?
Answer Posted / waqas
GET
GET is small and can be sent quickly
a lot of devices - such as mobile devices can send get
requests easily and thus GET is excellent for REST
apis(webservice)
GET can be used with POST
GET can be Bookmarked in a browser
GET method is default method
We have to encode URL if we
POST
For sending secure information POST is prefered
GET url can be copied and pasted in a messenger - and your
friend will see the same page - this is impossible to do
with post
We can pass unlimited data by this method as query string
| Is This Answer Correct ? | 25 Yes | 11 No |
Post New Answer View All Answers
What is the use of $_server["php_self"] variable?
How do you identify independent and dependent variables in regression analysis?
What is the use of strip_tags() method?
Why php is sometimes called as embedded scripting language?
How do I use isdigit function?
Is null function in php?
What is the use of htmlentities in php?
Which array function checks if the particular key exists in the array?
How is it possible to know the number of rows returned in the result set?
What does sign mean php?
Is php good for career?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
Tell us how to redirect a page in php?
Is c similar to php?
Do you know what is the function func_num_args() used for?