Forum Moderators: coopster
Yes, it is. The first site would accept the form submission and become the main process handler. You can open a socket connection to the second site and post the data there and read the response back from that second site within the originating site's form response handler.
There is a short example in our PHP Forum Library that describes a Single form posted to multiple locations [webmasterworld.com]