Simple PHP Proxy: JavaScript finally “gets” cross-domain!
Of course, it’s often not that easy. Sometimes, your JavaScript needs to access cross-domain HTML, XML or JSON data that’s just not available in JSONP format. In this case, what do you do? Well, you can ask the people controlling the remote data to provide it in JSONP format, but that probably won’t happen (at least not anytime soon).
source:
$link[host]
Read Original Source