In one site, www.example.com
, I have a form. It is processed and stored in its database.
Is it possible to send this form data also to another site (www.client-site.com
)? It is located on a different server. And this client-site should receive the data and store it on its own database.
I am not sure of the terminology and what should I've been looking for.
Tested different search queries here in SO and this is what most resembles it:
[php] [mysql] +form +"$_post" +external
I'd like to develop this with PHP and the databases run MySQL, and surely security is important in this data transaction.
And hoping this is not a SOAP matter... ;)
Justification:
www.example.com
runs a mini site of one of my clientswww.client-site.com
is the client main site- being a large company, they cannot provide me credentials to their main site database
- I have to propose an alternate solution