displaying stuff to RSS subscribers only

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dsick
Forum Commoner
Posts: 57
Joined: Fri Mar 27, 2009 3:34 pm

displaying stuff to RSS subscribers only

Post by dsick »

Im putting incentives on my sites for poeple who is subscribed to my feed and wanted to know if there is a conditional to see if they are subscribed
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: displaying stuff to RSS subscribers only

Post by cpetercarter »

No. When a user "subscribes" to an RSS feed, they instruct their podcatcher programme (iTunes, for example) to check the feed regularly and present the results. Your server has no means of knowing that a particular user has done this.
Post Reply