I want to parse the given rss feed. extract the content like title, desc, link, pubdate etc. and then store it into my db and I want that to be done continuously.. Wat is the best way to write such program? I suppose I need some cron job that will keep on executing every X mins ?? and checks the last entry in db and match that with the new extracted value from feed ?? I am not sure.. Most of you guys, must have done this before.. please help me too.. Thnx a lot.