shortysbest Posted May 24, 2010 Share Posted May 24, 2010 I have a site that i am building for a client. what i want to do is to have a notifcation to display on the homepage whenever my client makes a change to a page, or a piece of the page (a certain form) I want it to be like, "Date has been updated on Page3". Something like this. How could i do this? Quote Link to comment https://forums.phpfreaks.com/topic/202774-how-to-build-a-notification-system/ Share on other sites More sharing options...
premiso Posted May 24, 2010 Share Posted May 24, 2010 You would have to setup an Audit Log system in the database. Basically, anytime a change is made, a log entry is made with the item changed, and the date and who changed it so you can query this up when needed. Quote Link to comment https://forums.phpfreaks.com/topic/202774-how-to-build-a-notification-system/#findComment-1062782 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.