what is the best way to create rss feed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
farkade.nilesh
Forum Newbie
Posts: 1
Joined: Fri Oct 03, 2008 6:34 am

what is the best way to create rss feed

Post by farkade.nilesh »

hi all,
i have a website and i want to add rss feed link in that. what i know about rss is that 'rss feed is an xml structured data.' means whenever any body clicks on that link it create xml structure and rss reader reads that structure and show data. so i want to ask that
'what is the best way to do it because right now i have 4500 user. if i run this script as cron then it gives so much load on my server. So please can anybody tell me that what i do. can i get data from database and shows it as in xml format or can i create xml file using that data.' please anybody tell me.
phppucci
Forum Newbie
Posts: 17
Joined: Fri Oct 03, 2008 2:27 pm

Re: what is the best way to create rss feed

Post by phppucci »

Create static xml file generated from time to time, say once for an hour.
Post Reply