Hi everybody!

I'm creating a minor feed reader and I wonder how I can best store information on which feeds have been read or not?

I was thinking of storing an url to the feed, the post title and the time it was posted. Would this be sufficient?

Recommended Answers

All 2 Replies

Below is logic which i am using.
- there is one table having fead url along with last feed date.
- second table is feeded data along with inserted date.

So when you want to show feed data check last feed date in first date if it is today's date then you can directly use second table to display data.

But if last feed date is tomorow then you need to parse that feed url and save all data in second table and display from second table.

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.