Creating RSS Feed |
2/4/2012 8:47:44 AM |
PHPRunner General questions | |
A
ant author
I made a post about 2 weeks ago but it doesn't seem to be on the General discussions and I'm not sure if it was deleted. |
|
C
|
cgphp 2/4/2012 |
That article (http://www.asprunner.com/forums/topic/15866-how-to-subscribe-to-database-changes-via-rss/) is what you need. What is not clear? |
A
|
ant author 2/4/2012 |
Thanks Cristian for the response |
A
|
ant author 2/4/2012 |
I've managed to add a email forward in php runner to the todo item which also serves the purpose of notifying me but I would like to add a conditional statement to the forward that looks up the consultantID and sends the email to that consultants email address. |
C
|
cgphp 2/4/2012 |
As article said, you may want to customize the RSS metadata: $myfeed->SetChannel('http://www.yourwebsite.com/';, |
A
|
ant author 2/4/2012 |
Is this correct; |