Hi I would like to add an 'instant notify' feature to a script I'm using. In other words: I want to be notified (by email) whenever there's a change to the site (i.e. when a visitor has added content) Is there some snippet or piece of code I can use that makes this happen? Greetz! Mieke
Where ever is the form processing occurs in your code for your site add under: mail('me@gmail.com','Change for X something','Change'); PHP: Peace,