Saving emails from contact form automatically to database

Hey,

This might not be relevant here but I’ll give it a shot.

I have a client who wants to build a database of email addresses of people who contact him via his website contact form.

What’s the best way to go about doing this?

It needs to be automatic, so that as soon as someone fills out the contact form and sends, the email is saved into a list somewhere.

Can anyone point me in the right direction?

The best way to do this is to use a server-side script (PHP or ASP) to transferring the data from the form to a database (MySQL for example).

Here is a great tutorial:

Thanks, is it possible to send multiple forms to the same database?

definitely.

awesome, thanks

check out bestcontactform.com. It does all of that and then some.