Click to See Complete Forum and Search --> : emailing results from a form


buzzby
September 17th, 2005, 02:21 PM
i have a questionnaire form that users can fill in and get their results. its not a problem to display their results online once they have filled in the form. nor is it a problem to retrieve the results from a database to display online. what is proving a problem is emailin results to people.

how do i go about doing this? i am using the mail() function. is this right or should i use the php mailer to do this? i am stumped.

some help please!!

Dr. Script
September 17th, 2005, 09:25 PM
If you just wnat to email them back the results of the form, the mail function should work perfectly fine ... just make sure you are using the mail() function according to the manual (http://us2.php.net/manual/en/function.mail.php).

PeejAvery
September 18th, 2005, 03:03 PM
Post your code that does the mail() and we will see.