Better Form Processing
This is a much condensed version of the original post. Usually, processing form data means getting either POST or GET data from a form, and trying to figure out, in code, what you have, and then do something with it. This can be easy or complicated, depending on how much is being passed in. Email [...]

