php - How to incorporate information from one site to another? -
Let me know if I have two sites at www.a.com and www.b.com site www.a.com The newsletter is a subscription form and I must include that submitted information on the site www.b.com and the information will be the name, address, newsletter format and customer email id. What is the way to do this? I'm using PHP
Thank you in advance
You can use SOAP, AJAX, XMLRPC and other protocols can be used to pass data between two sites.
Comments
Post a Comment