my point is to create advertisment banner in a way, that it will be placed on someones server (say remoteserver.com) and still getting data, that I want to show from my server (say myserver.com).
That little issue, that bothers me, is how to do it. I have done some research, but obviously there are some restrictions about php include
and maybe a little fewer about AJAX calls
that goes cross-domains. But still I think I see those adds on the web every day.
And if possible the solution should mean anywhere from a few to none server configurations on remoteserver side.
Thank you very much.
/edit:
My original idealistic idea was to supply remoteserver with just <div><?php include 'myurl'?></div>
and if anyhow possible I would love to stick to some simple solution like this, preferably using php.