UKlax22

No Profile Photo

Real Name: David

Latest Contributions

  • PHP Mail and Go Daddy

    I have a client who hosts with Go Daddy and I have been messing with this email script for days trying to get it to work. The weird thing is it will send if I remove the line

    $email_message .= "tr td Email: /td td" . $email . "/td /tr";

    If I include that line in the script, the email never sends. Any help would be greatly appreciated, this is driving me crazy and Go Daddy is no help at all. Here is my full code (without the brackets around the html):

    //Start session
    session_start();

    //Validation error flag
    $errflag = false;