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
Explain php explode() function.
What is prepare in php?
What is the difference between php4 and php5?
Define urlencode() and urldecode() used in php?
What will the ?getdate() function returns in PHP?
What are differences between PECL and PEAR?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What are the differences between mysqli_connect and mysqli_pconnect?
What is the maximum size of a database in mysql?
How to know user has read the email-php?
Describe PHP error and logging information?
What language is similar to php?
How does api connect to database?
what does this symbol mean in php?
How does the identity operator ===compare two values in PHP?