Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Nice and Simple sends no content

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23220
    JackA
    Member

    Using the Nice & Simple older version, I receive the email, with subject, to, from, but none of the content shown here:

    Code:
    $Name = Trim(stripslashes($_POST[‘Name’]));
    $Tel = Trim(stripslashes($_POST[‘Tel’]));
    $Email = Trim(stripslashes($_POST[‘Email’]));
    $Message = Trim(stripslashes($_POST[‘Message’]));
    #49702
    JackA
    Member

    Thank you.

    Here’s the php:

    Code:
    “;
    exit;
    }

    // prepare email body text
    $Body = “”;
    $Body .= “Name: “;
    $Body .= $Name;
    $Body .= “n”;
    $Body .= “Tel: “;
    $Body .= $Tel;
    $Body .= “n”;
    $Body .= “Email: “;
    $Body .= $Email;
    $Body .= “n”;
    $Body .= “Message: “;
    $Body .= $Message;
    $Body .= “n”;

    // send email
    $success = mail($EmailTo, $Subject, $Body, “From: <$EmailFrom>“);

    // redirect to success page
    if ($success){
    print ““;
    }
    else{
    print ““;
    }
    ?>

    and the html:

    Code:



    Web Design, Advertising Agency,Graphic Designers, Dallas TX –





    Dallas advertising agency, web designWeb design Dallas, advertising agency Dallas
    Dallas web design and advertising agencyWeb design and advertising agency in Dallas TX
    Dallas web design and advertising agency in DallasWeb site design, Advertising agency
    Andrews experienc

    Got a question, suggestion, comment or ? Let us know. We’ll respond asap.











    Web design spacer
    Home | Experience
    | Portfolio | Contact Us

    Andrews & Associates – 9418 Amberton Parkway – Dallas, TX USA 75243 – Ph: 469-330-9122


    and last, the URL of the page:
    http://andrewsontheweb.com/forms/contact_andrews.html

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.