Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php header("Content-Type: application/rss+xml; charset=utf-8");
- // set URL to retrieve
- $url = 'http://search.twitter.com/search.atom?q=seo+tips+-yourbotname';
- $scraped= file_get_contents($url);
- echo $scraped;
Advertisement
Add Comment
Please, Sign In to add comment