RSS to HTML: Why can't my PHP file open remote RSS files?
January 3, 2006 1:59 PM
Subscribe
RSS to HTML: Why can't my PHP file open remote RSS files?
I'm trying to implement the
lastRSS parser. I'm pretty sure I've followed the (simple) directions to a T, but no matter which code sample I try, I get the "Feed cannot be read" error.
I know the RSS URLs I'm trying are good -- is there some simple server-side trickery that the directions assume I know about? Some way to allow PHP to grab a remote file?
posted by o2b to computers & internet (7 comments total)
Check your PHP installation to see if allow_url_fopen is enabled. You may also want to try Magpie RSS as an alternative parsing lib if you can't get lastRSS working, although I don't know enough about lastRSS to say which is better.
posted by revgeorge at 2:13 PM on January 3, 2006