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

What is polymorphism with example in php?

0 Answers  


What is the name of the scripting engine that powers PHP?

0 Answers  


Explain me what is the meaning of a persistent cookie?

0 Answers  


How do you connet mysql database with php?

0 Answers  


What is session expiry?

0 Answers  






Tell me can you extend a final defined class?

0 Answers  


what is abstrac class? why it is use?

5 Answers  


What is meant by nl2br()?

4 Answers   Rushmore Consultancy,


Which function would you use to merge two arrays in php?

0 Answers  


what does this symbol mean in php?

0 Answers  


What is a php namespace?

0 Answers  


Which cryptographic extension provide generation and verification of digital signatures?

0 Answers  


Categories