Advertisement
nontawat1996

feedbot

Apr 16th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?
  2. $url = "http://search.twitter.com/search.atom?q=botthaiban";
  3. $ch = curl_init($url);
  4. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  5. $curl_scraped_page = curl_exec($ch);
  6. curl_close($ch);
  7. echo $curl_scraped_page;
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement