Revision: 41932
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 25, 2011 02:24 by mchadwick
Initial Code
<?php header('Content-type: text/xml');?> <?php $location = "http://rss.news.yahoo.com/rss/topstories"; print file_get_contents($location);?>
Initial URL
Initial Description
Initial Title
print xml feed to page
Initial Tags
php, xml
Initial Language
PHP