Forum Moderators: coopster

Message Too Old, No Replies

php email

php email

         

krikri

9:33 pm on Jan 11, 2004 (gmt 0)



I have a php form. If somebody fills the form, it displays the results. Now I want the form to send the values in it to an email address and at the same time display the results.

How can I add an email script to a form so it displays the results and send the values( not the results ) to an email address.

Thank you.

lorax

9:41 pm on Jan 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Just put in the PHP mail() [us3.php.net] function before the results are computed.

krikri

10:40 pm on Jan 11, 2004 (gmt 0)



Thanks Lorax, I am going to try.