PDA

View Full Version : web change tracker with automatic email


nessa
02-06-2003, 09:20 AM
Could anyone help in suggesting a solution to the followin

I have an intranet site which I would like when I change something it automatically generates an email to the users

OR when a change takes place this generates an automatic pop up window stating the changes and can link to the changes!

Is this possible with a script? does anyone know any software available?

Any advise would be most appreciated
:) Vanessa

Crash1hd
02-06-2003, 11:14 AM
I know that useing asp or php and database (you would need a database for all the users) that whenever there is a change done to the page then it would email all the people in your database you would be better off posting this in either the asp or php forum

what your requesting would have to be server side :)

Adam

Hope this helps :)

This web page was given to me and is a really good reference page for newbies and guru's alike

DevGuru (http://www.devguru.com/)

Mhtml
02-06-2003, 12:07 PM
What server is the intranet running off?

If Apache : Use PHP
If IIS : Use ASP

(Usually I would say "If Apache : Burn it and install IIS") ;)