Loading a variable from a cookie?

Is it possible to load information from a cookie or a database into a text field? In other words, lets say someone clicks a link for “tennis shoes” and this is something you’re selling. Once they click, they are redirected to a different page where they have to fill out a form. I want one of the text fields to remember that hte item they clicked was “tennis shoes”, then send it via email.

Look at what I made so far for an old friend:

http://www.plusmagic.net/requestitem.html

I want to stay away from adding a cart system because the items arn’t sold in quantities. In fact, there’s only one of each item for sale, and my friend doesn’t want to use credit cards… go figure.