Email alert for form
Posted: Mon Oct 08, 2007 3:48 pm
Hello,
I am trying to get an alert for an entry to a database to go back to an email address.
Thanks for any help.
I am trying to get an alert for an entry to a database to go back to an email address.
I do not know if I am tackling the problem from the right direction. The result is multipal emails and I suspect that the page is sending an email ever time someone looks at the page.<?php mail($to='name@emailaddress.com', $subject='Entry in Database', $body='There is an entry in the Query section of the databse.');?>
Thanks for any help.