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
How arrays are used in php?
Is it possible multiple inheritance in php?
What are the difference between echo and print?
What is cookies? How to create cookies in php?
What exactly is PHP?
Which is better php or nodejs?
How to set a page as a home page in a php based site?
What is the use of @ in php?
Which function will you use to create an array?
How we get ip address of client, previous reference page etc?
What are the three classes of errors that can occur in php?
What is csrf token in php?
What is difference between Method overriding and overloading in PHP?
How can we display the output directly to the browser?
How to convert a string to lowercase in php?