How to parse XML / RSS feeds and store them in Database [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this questionHow to parse XML / RSS feeds and store th开发者_如何学Pythonem in Database. I have set of RSS feeds to parse and store them in my DB tables.
are there any code / tutorials available for this.
Please help.
This seems pretty helpful for the first part.
http://www.bobulous.org.uk/coding/php-xml-feeds.html
It'd then just be a case of a simple connect and insert into a database:
http://www.homeandlearn.co.uk/php/php13p3.html
精彩评论