advanced code snippet search
mchadwick on 02/25/11
php xml
02/25/11 02:24am
1 person have marked this snippet as a favorite
Some0ne
<?php header('Content-type: text/xml');?> <?php $location = "http://rss.news.yahoo.com/rss/topstories";print file_get_contents($location);?>
Report this snippet Tweet
Comment:
You need to login to post a comment.