Loading content and images in php from external site that is
www.guinnessworldrecords.com/news/rss/
i am using this :
$url="http://www.guinnessworldrecords.com/news/rss/";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$data = curl_exec ($ch);
curl_close ($ch);
Though the question is hopelessly vague, I'd try answering in the same fashion :
Use AJAX.