Where can I find an easy script to process form entry by sending email AND saving to DB?
I have been doing forms on websites for a while now; however, I have generally only used the form-mail.pl script that sends an email and that is about it. What I am looking for is a script that performs the same function – validate (I already have client side validation set up too), send my client an email and store data in a MySQL database. Anybody know of something out there that accomplishes that? Thanks.