RSS Help

Discussion in 'XML & RSS' started by rlineker, May 26, 2007.

  1. #1
    I have a RSS feed and I want to show it on a static PHP webpage as HTML is this possible?

    Thanks
    Ryan
     
    rlineker, May 26, 2007 IP
  2. Luke Jones

    Luke Jones Peon

    Messages:
    427
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello,
    You need to install an XML to HTML converter on your server, and then pass the .xml feed url through it.

    Luke
     
    Luke Jones, May 26, 2007 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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)?
     
    Dan Schulz, May 26, 2007 IP
  4. rlineker

    rlineker Well-Known Member

    Messages:
    1,534
    Likes Received:
    172
    Best Answers:
    0
    Trophy Points:
    160
    #4
    I am using Valid XHTML, Valid CSS and PHP.

    Thanks
    Ryan
     
    rlineker, May 27, 2007 IP