I have a RSS feed and I want to show it on a static PHP webpage as HTML is this possible? Thanks Ryan
Hello, You need to install an XML to HTML converter on your server, and then pass the .xml feed url through it. Luke
Yes, it's possible. In fact, I have a script you can use that will cache the feed every hour and then serve the cached file (thus saving you bandwidth). Are you using HTML or XHTML (even if it's served as HTML)?