Open GoogleCodeExporter opened 8 years ago
you can try to print out what your php can retrieve from the RSS with the
following code:
print_r($RSS_DOC);
Add it somewhere after
$RSS_DOC = simpleXML_load_file($feed_url);
Then try to see if that looks correct, or maybe it is empty.
Original comment by niels...@gmail.com
on 7 Jun 2012 at 8:48
Original issue reported on code.google.com by
jason.mu...@gmail.com
on 12 Apr 2011 at 3:51