CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2005
    Posts
    1

    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!!

  2. #2
    Join Date
    May 2004
    Location
    MN / NJ, United States
    Posts
    768

    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.
    *9-11-01* Never Forget; Never Forgive; Never Relent!
    "If we ever forget that we're one nation under God, then we will be a nation gone under." - Ronald Reagan

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: emailing results from a form

    Post your code that does the mail() and we will see.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured