A method used by the Web server's HTTP protocol to process the data from a form in the browser. POST tells the server to process the form's data line by line. An alternative is GET, which tells the server to process the form's data as one long, concatenated string of values.