pgabriel Posted June 5, 2007 Share Posted June 5, 2007 Hello. I`m working on a new project right now. I`m making a website that will parse rss from blogs. First i used magpierss but it did`t satisfy me because of those annoyng charsets. Anyway, right now i`m using another parser. This is my concern: How to parse all the data from rss including categories and subcategories from blogs. I mean, how to insert in database the categories and subcategories and how to query them? I made the categories and subcategories table in mysql, but how to insert from rss to mysql? When i enter a rss feed to parse, it grabs it all. Any ideas? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/54325-rss-parsing-question/ Share on other sites More sharing options...
Barand Posted June 5, 2007 Share Posted June 5, 2007 Have you tried simplexml (PHPv5 only)? Quote Link to comment https://forums.phpfreaks.com/topic/54325-rss-parsing-question/#findComment-268691 Share on other sites More sharing options...
pgabriel Posted June 5, 2007 Author Share Posted June 5, 2007 Thanks for your reply barand. No i havent tryed simplexml. I will try it tomorrow. Quote Link to comment https://forums.phpfreaks.com/topic/54325-rss-parsing-question/#findComment-268758 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.