tags:

views:

21

answers:

2

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 using google reader or feedburner etc

A: 

Put this in the <head> for your homepage.

<link rel="alternate" type="application/rss+xml" title="whatever" href="http://path/to/your/feed" /> 
Alex Howansky
whats the path to my feed, remeber this is user generetd content by the users of the system?
getaway
I can't possibly know that. My understanding was that you already had the feed created and that you simply wanted to know the HTML for advertising it.
Alex Howansky
A: 

use zend_feed_writer class to generate feeds.

rahim asgari