Communication between websites
问题 I'm creating a network of websites that should communicate between themselves, for example to let all of them display an article published on one of them, or display data stored in a database of another subdomain, etc... And this all using ajax for interactivity. Which could be the best (and simplest) way to achieve this? I thought an ajax call could summon a php script that could call another script on another subdomain. Is it the right way? Thanks 回答1: I don't know exactly what you want to