how can i put rss feed link on my website?
i wanted to put an rss feed for a web app im creating in php, so basically w they can subscribe to a part of a website u开发者_JAVA百科sing google reader or feedburner etc
use zend_feed_writer class to generate feeds.
Put this in the <head>
for your homepage.
<link rel="alternate" type="application/rss+xml" title="whatever" href="http://path/to/your/feed" />
精彩评论