Is there a way for me to give my clients a snippet of XML code to be placed on their website, that sends a request to my server to produce content based on which URL within their website is doing the requesting?
So "ClientA" has "Page1", "Page2", and "Page3" and places my "ClientCode" in his footer content to be displayed on each of his pages.
The "ClientCode" communicates with my website's "ServerCode" sending the URL (http://www.ClientA.com/Page1.html), and based on that request my server sends back "Result_ClientA_Page1" which will include a customized link back to my site.
How is this done? I'm looking at XML-RPC, but I haven' figured out how to do it yet.
Any help would be appreciated.
Thanks!