hello everyone, happy holidays! i decided to create a website and on my contact page, i would like a future customer to fill out some basic info. when they click submit, i would like the contents of the contact form to be emailed to me.
how can i set that up? can someone guide in the right direction?
thank you.

kazimmerman posted this at 16:22 — 22nd December 2008.
He has: 670 posts
Joined: Jul 2005
There are plenty of ways to do this depending on your host's capabilities (e.g. PHP, ASP, etc), but you certainly do not need MySQL to do this, if that's what you're implying with your subject (it seems a bit irrelevant to me). Anywho, I would investigate your capabilities and then do a simple Google search to find one of the thousands of free scripts out there.
http://www.google.com/search?q=email+contact+form
-Kurtis
munruss posted this at 16:33 — 22nd December 2008.
They have: 10 posts
Joined: Jan 2005
so i don't need mysql for this? i thought i would need it. thanks. i'll take a look then.
kazimmerman posted this at 16:55 — 22nd December 2008.
He has: 670 posts
Joined: Jul 2005
The only reason you would need MySQL is if you wanted to store the customer's details in an accessible database, but if you simply want them emailed to you, MySQL is not needed.
-Kurtis
webwiz posted this at 18:17 — 23rd December 2008.
He has: 580 posts
Joined: May 2007
You might also take a look at Wufoo. Several beginner students in my Web design class had good success with it.