what is the difference between GET and POST?
Answer Posted / ashish kumar &amit kumar
Get is the method to send the data in very fast but it is
not secure . This data is submited as a part of url,it can
stoe only 18 from veriable.
post is the method to send the data in slow rate at compare
to get() method. It is secured than get(). data is not
visible in the url,it can post unlimited from varible.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does apache use php?
How cookies are transported from servers to browsers?
What is difference between require_once(), require(), include()?
Can we use include ("xyz.php") two times in a php page "index.php"?
How do you clear environment variables?
What is final in php?
How to remove a file?
How do you check if a variable has been set in php?
Why we use get in php?
Is a number php?
What is php session and how it works?
Which functions are used to count the total number of array elements in php?
Is php used for frontend or backend?
List the different types of print functions available in php?
What is difference between put and post method in http?