I was wondering if it is possible to attach several scripts to one submit button on a website.
Details:
I need one script that takes an email addy from a field, sends a reply to that email address, and then sends the submitted email address to a database (mySQL). Can I take three different scripts and attach tham to one button, or do I have to build a huge script to do all of this at once?
Thanks for the help.