Anti-Moronic Posted January 23, 2010 Share Posted January 23, 2010 I have this function on my site where people can subscribe to certain articles and receive updates to comments. My question is, what is the best way to store the info about who has subscribed to these comments? Say 10,000 people subscribe...generally, what would be best practice here? Link to comment https://forums.phpfreaks.com/topic/189540-mass-array-logic-need-a-little-help/ Share on other sites More sharing options...
bl00dshooter Posted January 23, 2010 Share Posted January 23, 2010 How about a table like this ? Table subscriptions: username(varchar,255), category(varchar,255),email(varchar,255). Link to comment https://forums.phpfreaks.com/topic/189540-mass-array-logic-need-a-little-help/#findComment-1000454 Share on other sites More sharing options...
Anti-Moronic Posted January 24, 2010 Author Share Posted January 24, 2010 Of course. I'm still a beginner and I grossly under-use separate mysql tables. Definitely better than using a single field (lol), which I used to do. Thanks! Link to comment https://forums.phpfreaks.com/topic/189540-mass-array-logic-need-a-little-help/#findComment-1000693 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.