Custom Search
| Translate | Print | A | A | A |

  $obj5 = json_decode(curl_get_file_contents("http://www.rssmeme.com/recent/?output=json&url=".$dispurl));
     $comments = $obj5->{'entries'}->{'feeds'}->{'notes'}->{'content'};

for ($i = 0; $i < sizeof($comments); $i++)
  {
    echo $comments[$i]."<br>";
  }