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
What is the purpose of break and continue statement?
What is get method in java?
What are the main error types in php and how do they differ?
What is htmlspecialchars?
How do you connet mysql database with php?
What new features php7 has in store for us?
What is strlen php?
Is php faster than javascript?
How to replace a substring in a given string?
What is meant by urlencode and urldecode?
Is it more secure to use cookies to trfer session ids?
What is get and post method in php?
Which function would you use to format date information in php?
What are some new features introduced in php7?
How is it possible to cast types in php?