Do you want to parse multiple feeds or just a specific one?
(you was a little to fast, according my PM) I'm using Magpie at the moment, there its possible to create multiple objects... like
Code:
<?php $rss = fetch_rss("http://del.icio.us/rss/tag/PHP"); // and $rss2 = fetch_rss("http://del.icio.us/rss/tag/CSS");
I like to have a similar script...what about a pear project?
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #3 on: Aug 18, 2006, 11:47:02 am »
I am using magpiee too, it was looking the most promissing while I was searching for it, but you can allways can make some code of your own for parsing feeds
I will post some snippets when I will get back to office.
I am using magpiee too, it was looking the most promissing while I was searching for it, but you can allways can make some code of your own for parsing feeds
I will post some snippets when I will get back to office.
I like to use a 3rd party script because I don't need to invent a new wheel it's about parsing standard RSS.
I have several problems with magpie and invalid code and try to solve this with a different class, by the way magpie is a little buggy....
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #5 on: Aug 18, 2006, 11:52:49 am »
Should we start our own open source class for this?
Just kidding I can't have time for this at this moment