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?

Answers were Sorted based on User's Feedback



What are the differences between Get and post methods in form submitting, give the case where we c..

Answer / 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

More PHP Interview Questions

How can I display text with a php script?

0 Answers  


What is difference between $x and $$x

5 Answers   Mindex, Net Solution, Procon IT Solutions, Trigent,


What is the major php security hole? How to avoid?

0 Answers  


What is difference between web service and api?

0 Answers  


What is nginx and what is it used for?

0 Answers  






Which function Returns the time of sunrise for a given day / location in PHP.

0 Answers  


What is a closure in php?

0 Answers  


What is serialization in php?

0 Answers  


How is the comparison of objects done in php?

0 Answers  


What is php limit?

0 Answers  


explain the changes in php version

3 Answers  


Difference between array_combine and array_merge?

0 Answers  


Categories