I would like to know how i can add a RSS function to my site so whenever subscribes to MY content RSS feed they can pull in content from my site. I do not want to use RSS to pull in content, i want to use RSS to distribute content, any suggestions are most welcome
Make a dynamic page that outputs in this xml format drawing the data from your content database. http://hotwired.lycos.com/webmonkey/03/17/index3a_page4.html?tw=authoring
Thanks, sounds complicated though. Informational link, hopefully this can be the solution to my problem.
It's really not that hard at all. What's key is that you have dynamic data, updated info, so your feed shows something fresh in reasonable intervals. Query the DB by date field, select the proper number of records and needed fields and echo out the data.