Forum Moderators: coopster

Message Too Old, No Replies

php e-mail notification

         

Sarah Atkinson

2:04 am on Jun 13, 2007 (gmt 0)

10+ Year Member



I'm building a website and I would like to have an e-mail sent to me every time a script runs? It doesn't have to be a complicated e-mail just something in the subject that says this script ran. Can I do this?
If so what php code do I use?

eelixduppy

2:17 am on Jun 13, 2007 (gmt 0)



You can use mail [php.net]() to send yourself an email. If you put it at the top of the script, it will be sent each time the script is run.

Sarah Atkinson

3:02 am on Jun 13, 2007 (gmt 0)

10+ Year Member



Thank you