Hi. I'm not so sure if this falls into the category of server-side scripting (since I'm not even remotely sure how to do this), but I'd like to set up an email address, that, when it receives an email, automatically inserts the contents of that email into a database (for example, if the email is:

name: Bob
phone: 5556667777

Then it would enter "Bob" into the "name" column of a new row, and "5556667777" into the "phone" column of that same row.

Does anybody know how I can go about doing this (server-side script or not), or if it's possible at all?

Thanks,
ARDesigns