What are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?
Answer Posted / varun rai
with GET we can send only 4 kb data but with POST there is
no limit and also it is secure than GET.
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
What is the difference between file_get_contents() and file_put_contents() in php?
What is composer phar?
Explain how you can update memcached when you make changes to php?
Why do we need session?
What is an abstract class in php?
What’s the difference between htmlentities() and htmlspecialchars()?
What is warning – “cannot modify header information – headers already sent”?
What is list in PHP?
Is age an interval or ratio?
Write a php script to get the largest key in an array?
Tell me what is the use of the function htmlentities?
How to set session.gc_divisor properly?
What is the php function that removes the last element of the array and returns it?
What is the difference between laravel and php?
Which PHP function would you use to send an email?