Trekky1700 Posted July 8, 2010 Share Posted July 8, 2010 Me and my friend are stumped as to how to do this. We want to make a subscription feature on our site, so that you can push subscribe on a user's profile and will be notified whenever he posts. Does anyone know a good way to go about this? Don't have to give me code, just if you can think of a concept. Link to comment https://forums.phpfreaks.com/topic/207089-youtube-like-subscribe-button/ Share on other sites More sharing options...
sixserve Posted July 11, 2010 Share Posted July 11, 2010 Is this a custom coded site or what? If so, just make a subscriptions table with user ids and emails. Every time a user posts, find all subscriptions with their user id, and loop through the results and send an email to each one. Link to comment https://forums.phpfreaks.com/topic/207089-youtube-like-subscribe-button/#findComment-1084331 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.