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
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