Suppose I wanted to have a bit on a web page that says “Tell me about your mother,” and then I want to have a field into which people can type whatever they want, and submit it, and I want to be able to read what they typed later.
How do I do that?
-FrL-
You need a form. Best thing to do is check out what your Web host offers in the way of forms. Some may have a form wizard (“click here to put a form on your web site!”) or at least a set of instructions that tells you how to set up a form so that you use built-in technology to send the results of the form to yourself in email or save it to a text file.