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 is a constant defined in a PHP script?
What is new keyword in php?
Difference between mysql_connect and mysql_pconnect?
What is php and its uses?
What are access specifiers?
What is the use of final class in php?
How can you submit a form without a submit button?
What is file upload?
What is escaping to php?
How cookies are trported from browsers to servers?
How is it possible to remove escape characters from a string?
What is the difference between public, protected and private?
What is php session and how it works?
Why die is used in php?
How to download files from an external server with code in php?