One of our users described a school Web site where you subscribe to page change updates by entering your email. Every time the contents of the page changes you get an email with an embedded URL pointing you back to the site/page.
I'm wondering how complicated this would be to implement.
Our site is fairly simple - a php file that has includes for consistent header & footer and specific page content variables passed to the php file (hope I'm using the right vocabulary). The details of the specific pages are stored in an array (built with help from someone on this forum). Two additional functions are a Javascript calendar and a PHP Photo Gallery. So we have attempted some complexity even though the site is maintained by self-taught volunteers (myself included).
We thought that this subscription-oriented page notification capability would be very interesting to our user base. It would only be interesting to us if it could be automated.
Is that enough detail?
Brian