Need a full article rss

Discussion in 'PHP' started by hno2005, Oct 6, 2012.

  1. #1
    Hi every one
    I was wondering if someone could help.

    I'm looking for a full article rss reader , I've tried 4 different scripts but they didn't work .

    I just need to get the full article rss.
    could anyone help me with that ?

    Thanks
     
    hno2005, Oct 6, 2012 IP
  2. funty

    funty Greenhorn

    Messages:
    12
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    18
    #2
    get some small time PHP coder. He can curl out the feed page, extract all the links tag then one by one curl out the page data for you. Must be simple for small time php coder. If you dont want to hire anyone then you can code on your own. Open the feed page check out the source & extract link tags with preg_match or any method you would like to
     
    funty, Oct 6, 2012 IP