create rss feed with php

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
nga
Forum Commoner
Posts: 46
Joined: Mon Aug 17, 2009 3:05 am

create rss feed with php

Post by nga »

hi guys, i'm trying to create a rss feed. Can it be done using php? Or is there any ways that can pull data from the database and update the feed?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: create rss feed with php

Post by alex.barylski »

Yes, it's very possible, lok at WordPress rss2.php for a good example. :)
Post Reply