Multiple actions for one form

Is it possible to have multiple actions for one html form? I am trying to get the data from the form into our mysql database and also send the data to our CRM’s server to add to the db there. For the mysql db I use php and that works fine on its own. For the CRM’s server, I just use their url as the action for the form and that also works on its own. The problem is when I try to combine them, the action property overriders the PHP, so the CRM gets the data but not our local DB. Is there a way to have the php set the form action property after it adds info to the db? 2 e-mail messages are also sent using the form data and PHP. The CRM is salesforce.com if anyone has any experience with that.

thanks :smiley:
dk