topical media & game development

talk show tell print

mashup-flickr-11-Step-1-visualizing-news-11-1.php / php



  <?php
  
  require_once(dirname(__FILE__) . '/../lib/magpie/rss_fetch.inc');
  
  header("Content-Type: text/plain");
  
  feed = 'http://newsrss.bbc.co.uk/rss/newsonline_world_edition/technology/rss.xml';
  
  rss = fetch_rss(feed);
  
  print_r(rss);
  
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.