Return to Snippet

Revision: 41932
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