silvercover Posted August 24, 2011 Share Posted August 24, 2011 I have a news table for 3 levels of users and there is a field called type in news table that holds corresponding level values. When users log into their panel, if there was news for their level, system shows it and they can read it. The problem arises when users read news and sign out of system and then return back and see read news again! How can I design my system to solve this problem and let individual user mark posted news read randomly and he/she doesn't see them again on next log-in? Quote Link to comment https://forums.phpfreaks.com/topic/245563-need-suggestion-on-making-news-system/ Share on other sites More sharing options...
Destramic Posted August 25, 2011 Share Posted August 25, 2011 that sounds like a session problem to me...an auth class is idealy what you want to save time and consistantcy Quote Link to comment https://forums.phpfreaks.com/topic/245563-need-suggestion-on-making-news-system/#findComment-1262015 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.