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
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 |
Which is better wamp or xampp?
Which is better php or wordpress?
What is null value in php?
please explain me mail function in php
How can we get the browser properties using PHP?
4 Answers Google, Pollux Softech,
Which php function will attach one file to another?
In what are the ways you can encrypt the password ?
Why post method is used in php?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
Explain the difference between array_merge() and array_combine()?
What is global array in php?
How to use http headers inside php?