I've checked a few pages out that talk about the "action" prompt in the form coding. What I'm trying to achieve is having the form email an account of mine when the user hits "submit".
Now I know the old, easy way out of this was to have action="mailto:my.email@my.email.box.com". After reading a bit on this (and trying it myself), I've discovered this is not a suitable solution. What happens when you use mailto in the form is when submit is clicked, it opens up your default email program (usually outlook for Win users). Obviously this can't be had
Upon further reading (albeit vague reading), the pages I read talked about using a server-side php/cgi/asp file to send the mail. Only problem is, none of the sites gave examples of the file for people to examine and perhaps duplicate for their own uses.
If someone could either post an example of one of these files, or give me a link not to the file it's self, but to a page the talks about what is actually going on inside the file, that would be great

