Answer Posted / ram kaushik
post and get both are used to send data while submission of
the form but the difference is 'get' is used for sending
small data and security threat can happen, in case of post
large data can be sent and data will be secured.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What's the difference between __sleep and __wakeup?
Require_once(), require(), include(). What is difference between them?
What is get and post method in php?
What is difference between php and html?
What are string functions?
What are static variables in php?
What is a substring in php?
What is difference between strstr() and stristr() in PHP?
List some features of php that are deprecated in php
Why php is widely used?
How to count a number of words in a string in php?
How do you access a get requests url parameter with php?
What is difference between mysqli and mysql?
What is difference Between PHP 5 and 7?
How to create a public static method in PHP?