Jump to content

something easy


Maverickb7

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.