Click to See Complete Forum and Search --> : PHP to MySQL Data Base Email Results


Packet-Gimp
03-29-2003, 06:29 PM
Okay,

I have a HTML pageRegistration form for an event we are hosting I have a PHP script forwarding the data to my MySQL database, I want to also email the data to a mailing list that I have set-up for the other staff, anyone have any suggestions or know of any good scripts.


Gimp

Suramya
03-29-2003, 06:45 PM
you can use the php mail() function to email you the data. Take a look at: http://www.php.net/manual/en/ref.mail.php

For example scripts you can try http://www.hotscripts.com

- Suramya