Page 1 of 1
rss reader in php?
Posted: Mon Feb 12, 2007 9:19 am
by PHPycho
i am very new to RSS but not with XML.
Can anybody make a hint for helping me in making RSS
reader.
Thanks in advance..
Posted: Mon Feb 12, 2007 9:20 am
by Chris Corbyn
Magpie
Posted: Mon Feb 12, 2007 9:29 am
by PHPycho
Magpie
what the hell is this..i got no idea..
Please clearify
Posted: Mon Feb 12, 2007 9:45 am
by Kieran Huggins
Posted: Mon Feb 12, 2007 9:50 am
by Chris Corbyn
You said hint

Posted: Mon Feb 12, 2007 10:12 am
by pickle
PHP5 has a lovely XML parsing library. I've never used it personally, but it seems nice. If you're using PHP4,
PHPclasses.org should have some XML parsing libraries.
Posted: Mon Feb 12, 2007 5:36 pm
by the DtTvB
I always use SimplePie for feed parsing.
http://simplepie.org/
Posted: Mon Feb 12, 2007 9:22 pm
by Kieran Huggins
SimpleXML is nice and easy - I would just as likely use it as anything else.