Quantcast
Channel: How to automatically parse an RSS feed for storage in MySQL database? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Benjamin Cremer for How to automatically parse an RSS feed for...

You should check out Zend_Feed_Reader.Zend_Feed_Reader provides HTTP Conditional GET Support.If the Feeds is proper configured your script only has to download and parse the Feed if it has even...

View Article



Answer by Gordon for How to automatically parse an RSS feed for storage in...

If you do control the source of the RSS Feed, have a look at the other Observer pattern. If not, check if the source feed supports PubSubHubbub:A simple, open, server-to-server web-hook-based pubsub...

View Article

Answer by Quentin for How to automatically parse an RSS feed for storage in...

It can only ever be done in response to something — a cron job just means "In response to it being a certain time." You have to decide what event is best for your particular circumstances.Assuming you...

View Article

How to automatically parse an RSS feed for storage in MySQL database?

I need to somehow automatically update/parse a couple of RSS feeds and place them into a MySQL database almost as soon as the feed is updated, or as close as possible. However, I can't work out the...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images