Hot or Not?

Hourly Google puts out the top searches performed on their site. This PHP query outputs everything above a 'Medium' rank.

<?php
$url = 'http://www.google.com/trends/hottrends/atom/hourly';
$xml = file_get_contents($url);
$xml = substr($xml,strpos($xml,'<ol>'),(strpos($xml,'Medium')-17) - strpos($xml,'<ol>'));
$xml = $xml. '</ol>';
$xml = str_replace('&sa=X">' ,'&sa=X" target="_blank">' ,$xml);
echo trim($xml);
?>

  • michael mukasey
  • fecal transplant
  • sid caesar
  • texas tech basketball
  • sante la brea
  • the fray you found me lyrics
  • federalist society
  • sarah palin turkey
  • attorney general michael mukasey
  • global trends 2025 a transformed world
  • campania restaurant
  • Comments

    Post new comment

    The content of this field is kept private and will not be shown publicly.
    • Allowed HTML tags: <a> <blockquote> <center> <hr> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
    • Lines and paragraphs break automatically.
    • Web page addresses and e-mail addresses turn into links automatically.

    More information about formatting options