I have some pages in a database and I want to write a program that takes the web addresses
from this database, get all the rss feeds and then returns the results in another table.
Can anyone gives me some ideas about how to do this?

Recommended Answers

All 3 Replies

Member Avatar for diafol

1. get data from DB
2. get data from RSS (or if RSS is in DB, combine step 1 and 2)
3. Insert data into DB

What help do you need? You don't add any info with regard to your system or database structure / fields etc. Crystal ball ain't as efficient as it used to be...

I do not know how to programmaticaly get the rss.
The functions that I have to use.

Member Avatar for diafol

THere are many available and a number of 3rd party tools. SimpleXML. Have you searched the php.net manual or this forum? There are about 3 or 4 new threads on XML every month.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.