SmartRSS and Not Showing RSS items.
-
Trying to get SmartRSS to work, and unfortunately it’s not going well. The RSS feeds are not being imported at all, and it looks like the problem lies in the implode function:
$data = implode(“”, file($filename));
echo “…data [“.$data.”] “;The data result that I’m displaying returns nothing when the feed is something like:
“https://news.search.yahoo.com/news/rss?p=microsoft+xp”
As a result, no posts are showing up. Any ideas?
Thanks,
-mark
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SmartRSS and Not Showing RSS items.’ is closed to new replies.