I have a form which displays all the date records from a MySQL table where there is an EMAIL column. When the user hits the Submit button, I want PHP to send an e-mail to the address stored in the EMAIL value. How to this?
Thanks,
Akos, Hungary
check out the online php manual at php.net afaik they have quite cool xamples
ok, here we go 🙂 mail("rasmus@lerdorf.on.ca", "My Subject", "Line 1\nLine 2\nLine 3");