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: "http://news.search.yahoo.com/news/rss?p=microsoft+xp" As a result, no posts are showing up. Any ideas? Thanks, -mark