emailing results from a form
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!!
Re: emailing results from a form
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.
Re: emailing results from a form
Post your code that does the mail() and we will see.