GET method is used to appends form data to the URL in name or value pair. The page and the encoded information are separated by the ? character.
The POST method transfers information via HTTP headers. The information is encoded as described in case of GET method and put into a header called QUERY_STRING.