The Little Guy Posted April 26, 2008 Share Posted April 26, 2008 OK users at my site have a friend list, I need to make a feed to display information about people, such as: "Billy Bob uploaded a new photo" OR "Billy Bob commented on captain America's photo" ETC. What I would like to know, is what would be the best way to do this with as little queries as possible? I want to make the feed a span of 3 days. Currently I have a table, and that is it, it has 4 columns: - id(unique) - owner(person who created feed) - feed(feed contents) - feedDate(Creation date of feed (Unix timestamp)) Link to comment https://forums.phpfreaks.com/topic/103031-news-feed/ Share on other sites More sharing options...
jonsjava Posted April 27, 2008 Share Posted April 27, 2008 Here's a great howto: PHP and RSS: Getting it together Link to comment https://forums.phpfreaks.com/topic/103031-news-feed/#findComment-528070 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.