Forum Moderators: open
Is there any way to send the content of a form to multiple urls.
You know,
<form action='http://url.com/page.php'>
This sends the info to page.php so it can be processed, but what if I want to send the content of the form to 'http://url.com/page.php' and 'http://url.com/page2.php' with the same form. Is it posible?
Thanks in advance.