What I want to know is if there's a script (PHP or otherwise) that I can use to get that information automatically posted to my email address? I already know how to get form data posted to my email address (by putting action="mailto:myemail@wherever.com" page. But that's a whole other story.)
Is it possible to have more than one value assigned to the "action" attribute (or any attribute for that matter)?
To more fully understand my dilemma, please feel free to use my form at http://learnphp.workshop.xedhost.com/onefile.php as much as you like. (Within reason, of course!)
That site is just used for my personal testing purposes, so some of the links will not work as expected. Just use the form itself.
Thanks.
P.S. There are other things that need working on in that form, like forcing the user to submit required fields etc. but the most pressing issue is the one I've alluded to.


