There are two main ways to transfer information from page to page.
They are get and post. Each is useful in it's own way and while
for many things the choice is up to you, a little knowledge of the
benefits and drawbacks of each is good to have. So start getting
and posting!
Note that I send the forms to the same page they're on. This is not
usually the case, but it helps to simplify the sample and lets you
see all the code at once. If you need to change where the forms go,
simply change their action attribute to the name of the script you
want to send the information to.