black.horizons Posted May 11, 2007 Share Posted May 11, 2007 Hi all, I'm looking at making a new RSS feed for every record in my table (each record has 18 fields). Making a dynamic feed ain't a problem, its just making a new feed, keeping it uptodate, and deleting it (if the record gets deleted). Any suggestions? I'm basing this on the fact that Digg allows every user to have their own RSS feed...so i'm guessing its possible. Any ideas warmly received! Alex Quote Link to comment https://forums.phpfreaks.com/topic/50995-making-a-new-rss-feedfor-a-new-record/ Share on other sites More sharing options...
ToonMariner Posted May 11, 2007 Share Posted May 11, 2007 why are you adding all the fields? some news readers only display a few anyway... if you are using php 4 then DOM XML is what you need - if you are using php 5 then vastly easier but just as good for your needs SimpleXML is the order of the day. Quite a bit in both so spend a couple of hours reading the manual... Quote Link to comment https://forums.phpfreaks.com/topic/50995-making-a-new-rss-feedfor-a-new-record/#findComment-250942 Share on other sites More sharing options...
black.horizons Posted May 11, 2007 Author Share Posted May 11, 2007 sorry, when i meant the fields, it would just be a case of putting them into the main content of the rss feed..easy enough to put them into one variable...just making the RSS feed is the bummer Quote Link to comment https://forums.phpfreaks.com/topic/50995-making-a-new-rss-feedfor-a-new-record/#findComment-250946 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.