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 best php version for wordpress?
What are the advantages of triggers in php?
How do I install php?
What is the use of callback in php?
How the web server interprets php and interacts with the client?
Explain Creating and Naming an Array?
What are major variables in research?
How to connect to mysql from a php script?
What is the use of array_count_values() in php?
What is difference between print and echo in php?
How do I sort numbers in php?
Is false empty php?
How do I display php errors?
Tell me how can we determine whether a variable is set?
Is python easier than php?