HTML, XHTML and CSS All-In-One for Dummies - Andy Harris [206]
of information that can be passed is limited. The Apache server (in its default form) won’t accept URLs longer than 4,000 characters. If you have a form with many fields or with fields that contain a lot of data, you will easily exceed this limit.
The answer to the limitations of the get method is another form of data transmission: the post methodHere’s how it works:
♦ You specify that the form’s method will be post. You create the XHTML form in exactly the same way. The only difference is the form method attribute. Set it to post: