hms7777 Posted August 9, 2007 Share Posted August 9, 2007 I want to save everything that is coming off of a RSS feed into a MySQL database, so I can run reports and analysis later... What/how do I use/do this? Thanks, Dave Link to comment https://forums.phpfreaks.com/topic/64154-rss-feed-into-mysql-using-php/ Share on other sites More sharing options...
Fadion Posted August 9, 2007 Share Posted August 9, 2007 U can use the php builtin xml parser 'expat' to parse RSS and then just add your data to the db. <a href="http://www.shadow-fox.net/site/tutorial/37-Building-Content-By-Parsing-RSS-Feeds-With-PHP">This article explains it pretty well</a> Link to comment https://forums.phpfreaks.com/topic/64154-rss-feed-into-mysql-using-php/#findComment-319735 Share on other sites More sharing options...
cooldude832 Posted August 9, 2007 Share Posted August 9, 2007 also crontab (if on a unix) will provide you the ability to create a cron job to run the script every so often to get the updates. Link to comment https://forums.phpfreaks.com/topic/64154-rss-feed-into-mysql-using-php/#findComment-319742 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.