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)
Just put in the PHP mail() [us3.php.net] function before the results are computed.