User Profile

Collapse

Profile Sidebar

Collapse
sadieslc
sadieslc
Last Activity: Dec 24 '07, 04:26 PM
Joined: Dec 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ranjan,

    Should I take out one or the other of the versions? Also, how do I declare the body and the headers?

    Thanks,

    Denise...
    See more | Go to post

    Leave a comment:


  • Info from form shows in headers but not in body of email

    I'm working on a PHP script, and the info from the form shows up in the headers of the email that I receive, but it doesn't show up in the body of the email. Can you please help me figure out what I'm doing wrong?

    Here is the script:
    [code=php]
    <? function send_mail($emai laddress, $fromaddress, $emailsubject, $body)
    {
    $eol="\r\n";
    $mime_boundary= md5(time());

    # Common Headers...
    See more | Go to post
    Last edited by ak1dnar; Dec 22 '07, 06:42 AM. Reason: Email Addresses REMOVED and Fixed Code tags
No activity results to display
Show More
Working...