Hi
I was wondering whether the form action attribute can send form data via post to 2 separate scripts simultaneously.
I am experimenting with a paypal button submission form, but the form originally sends data to a paypal handling script (cgi) I'd like to know if its possible to send that same form data to another local php script when the form us submitted.
Thanks