I was previously able to parse headlines from another site:
<?php
include("$inc_path/parse.php");
?>
<?php
parse_feed ("http://www.scrappleface.com/index.rdf", 10);
?>
This worked excellently. The other day, however, I stopped seeing the headlines. No errors, and no headlines. I even tried another site to draw a feed from.
The $inc is established before my <head> tag. I've moved it, deleted it, and I still am not receiving any errors, nor my headlines.
Any ideas?