magickalmoon wrote in php

Forms and PHP script..

Is it possible to put 2 commands into a form, to get it to write to one place and send email to another?

I have this in my form
<.form action="${address}talkback.php" name="f" method="post"> and would like to add this
<.form action="send.php" method="post"> so that I will get the results via email. Or can I just add another comment into the first part?

The script I am using is a comment script, and works like a mini guestbook, writing to a flat text file, but I need to know when someone adds a comment (just in case it's a nasty!)

Thanks for any ideas..