Hi,
Does anybody now how to make a php script that will send out an email when a page/website has been updated?
What i have in mind is saving the page as a txt file on my server (compare_site.txt), and every so often save as a new txt file (compare_new.txt) if they both match, do nothing.. if there has been a change, send an email, and copy compare_new.txt to compare_site.txt, then continue....



Reply With Quote

It'll notify you when the files differ. You can change the messages to whatever takes your fancy.

Bookmarks