what is the difference between GET and POST?
Answer Posted / khaleek ahmad
get and post are HTTP methods that are used to send request
to the server.Difference of them are listed below.
Get() transfer only 256 char. While there is not limit for post.
As the data transfers through address bar (URL) there are
some restrictions in using space, some characters like
ampersand (&) etc in the GET method of posting data. We have
to take special care for encoding data if such special
characters are present. While in post there is no restriction.
For more detail please see: -
http://interview-preparation-for-you.blogspot.com/2011/01/difference-between-get-and-post.html
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the features of php 7?
What is 'float' property in css?
How many functions are there in php?
Why post method is used in php?
What is php good for?
How does php server work?
Does php need to be installed?
What is better .net or php?
What are the benefits of using php?
What is difference between ksort() and usort() functions.
What is meant by PEAR in PHP?
What is the main difference between require() and require_once()?
How to remove duplicate values from a PHP Array?
Does wordpress run on php 7?
How does csrf token work?