What's diffrence between Get() and Post() Function
Answer Posted / janakiraman
As said above, i also want to include another point, through
get() method we can send onnly 100 characters, so get()
method as limitation on the information send. whereas post()
method doesn't have any limitaions.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why should I store logs in a database rather than a file?
What is a PHP Filter?
Explain me what is the w3c?
How can we execute a php script using command line?
What exactly is PHP?
What is polymorphism in php?
What is the meaning of "enctype= multipart/form-data" ?
What is the name of scripting engine in php?
List few sensible functions in PHP?
What is filter_var?
Tell me what does the array operator '===' means?
Do you know what is php?
Is server side a session?
Are parent constructors called implicitly inside a class constructor?
How check submit button is clicked in php?