I want to set up an RSS feed of my sites content so others can subscribe and utilize data from my site. It is dynamically generated from a MySQL database in php. Can anyone help point me in the right direction?
don't say that if there is any answer den definitely anybody give your answer. check this thread and try to give answer http://forums.digitalpoint.com/showthread.php?t=154681
Hi livingearth; I actually just started doing these myself the other day. My content was loaded via PHP from a mySQL DB as well. Heres a quick tutorial: http://www.tiffanybbrown.com/2005/12/22/dynamic-rss-feeds-using-php-mysql-and-apache I'll just let you know its a lot easier than you're probably expecting. All you have to do is understand the RSS/XML syntax and build it as if you were building an HTML page (using echo $row[]; etc) You can then setup a rewrite rule so that you don't get stuck with an ugly .php extension on your xml file. If you need any help feel free to pm me and I can lend you a hand.