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

Is array a key php?

0 Answers  


Which escape sequences can be used in single quoted strings in php?

0 Answers  


Is php an oop?

0 Answers  


What is the difference between for and foreach loop in php?

0 Answers  


What is session php?

0 Answers  






What is design pattern? Explain all including singleton pattern?

0 Answers  


How to replace a substring in a given string?

0 Answers  


What is difference between readonly and constant?

0 Answers  


What is difference between strstr() and stristr()?

0 Answers  


How we can declare variable in php?

0 Answers  


What are php parameters?

0 Answers  


What is abstraction php?

0 Answers  


Categories