Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created July 19, 2011 07:48
Show Gist options
  • Save d6rkaiz/1091628 to your computer and use it in GitHub Desktop.
Save d6rkaiz/1091628 to your computer and use it in GitHub Desktop.
<?php
$feed_url = "http://tasukeai.heroku.com/all.xml";
ini_set("user_agent","Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)");
ini_set("max_execution_time", 0);
ini_set("memory_limit", "10000M");
$rss = simplexml_load_file($feed_url);
print_r($rss);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment