e mail notification

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chamba
Forum Newbie
Posts: 1
Joined: Mon Aug 16, 2004 8:17 pm

e mail notification

Post by chamba »

Hi,

I have a html form that send data to the mysql database, i'm looking for a code that can send a mail in the same time when the data a being posted to the database.

Any one know?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

have you tried writing something for the [php_man]mail[/php_man]() function?
Post Reply