Maverickb7 Posted April 25, 2007 Share Posted April 25, 2007 I've tried very hard to find something to help me do this on my own but I've come up empty handed. I've searched google and countless other sites for the answer and now I turn to phpfreaks. I'm trying to learn how to do the following: I want to have a list of RSS feeds. I want to go through the list when a certain page is visited and then add each item from each feed to the database. I haven't been able to find any tutorials or scripts that do this and i've been trying to learn. Can anyone point me in the right direction? Link to comment https://forums.phpfreaks.com/topic/48540-something-easy/ Share on other sites More sharing options...
Maverickb7 Posted April 25, 2007 Author Share Posted April 25, 2007 links... scripts... anything that could help would be appreciated... Link to comment https://forums.phpfreaks.com/topic/48540-something-easy/#findComment-237656 Share on other sites More sharing options...
btherl Posted April 25, 2007 Share Posted April 25, 2007 The elements you need to put that together are 1. Putting data in mysql 2. Parsing RSS feeds 3. Looping over the parsed data, putting each item into mysql So if you learn each of those individually (a much easier task than all at once), you will be set for writing your script! Link to comment https://forums.phpfreaks.com/topic/48540-something-easy/#findComment-237663 Share on other sites More sharing options...
Maverickb7 Posted April 25, 2007 Author Share Posted April 25, 2007 Yeah, makes sense. I already know how to add items in a database, I'm just not to familiar with RSS feeds. I'll look into parsing rss feeds and see what I can come up with. Link to comment https://forums.phpfreaks.com/topic/48540-something-easy/#findComment-237667 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.