PDA

View Full Version : Email notification on new mysql database entry


simon157
07-15-2007, 02:18 AM
Hi all,

I hope someone can help. I'd like to set up a feature on my website where users can enter their email address and they will then be notified by email when I've added a new species to a mysql table 'species' held in a database called ' backgarden'. I really haven't a clue where to start and wondered whether anyone had the time to help me with the script.

Thanks

Simon

Vege
07-15-2007, 05:43 AM
after the inserting of the new row into the database you can use this php class to do the sending.
http://phpmailer.sourceforge.net/
Check the tutos on that page.