PHP Kontaktformular in ein HTM einbinden bin am verzweifeln!

hallo zusammen
erstmal danke fürs reinschauen!
ich habe mir ein PHP kontaktformular gebastelt…
dies möchte ich jetzt in mein HTM einbauen… das haut aber nicht hin!
die HTM wird in meiner webseite aufgerufen… darin soll das PHP-Kontaktformular drin sein… das die leute dort eine anfrage senden können… doch es geht nich rein…
alles verschiebt sich :frowning:
es würde mich sehr freuen wenn sich das jemand mal anschauen würde…
ich bin hier seit 2std am probieren und es wird nix…

code für das formular

[PHP]

Kontaktformular <?php $v0 = $_POST ["0"];$v1 = $_POST ["1"];$v2 = $_POST ["2"];$v3 = $_POST ["3"];$v4 = $_POST ["4"];$v5 = $_POST ["5"];$v6 = $_POST ["6"];$v7 = $_POST ["7"];$v8 = $_POST ["8"];$v9 = $_POST ["9"];$v10 = $_POST ["10"];$v11 = $_POST ["11"]; $datum = date("d.m.Y"); $uhrzeit = date("H:i"); $mitteilung="Am $datum um $uhrzeit wurde eine Anfrage über Ihr Kontaktformular an Sie versendet. Inhalt: Vorname: ".$v0." Name: ".$v1." Telefon: ".$v2." Strasse: ".$v3." Ort: ".$v4." Plz: ".$v5." Email: ".$v6." Malerprogramm: ".$v9." Nachricht: ".$v10.""; $mail="xxxxx@alice-dsl.net"; $send=$_POST['s']; function random($name_laenge) { $zeichen = "abcedfhiklmnorstuvwxzABCDEFGHIJKLMNOPRTSUVWXYZ0123456789"; $name_neu = ""; mt_srand ((double) microtime() * 1000000); for ($i = 0; $i < $name_laenge; $i++ ) { $name_neu .= $zeichen{mt_rand (0,strlen($zeichen))}; } return $name_neu; } $zufall = random(4); $zufall2 = $zufall; $code = $zufall2;
     if(($send!="1"))
     {
  ?>
  <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
     <table id="tableOne" border="0" cellpadding="0" cellspacing="5"><tbody><tr><td colspan="2"> <h1>&nbsp;</h1> </td></tr><tr> <td>Vorname</td><td><input style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="0" type="text"></td> </tr><tr> <td>Name:</td><td><input style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="1" type="text"></td> </tr><tr> <td>Telefon:</td><td><input style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="2" type="text"></td> </tr><tr> <td>Strasse:</td><td><input style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="3" type="text"></td> </tr><tr> <td>Ort:</td><td><input style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="4" type="text"></td> </tr><tr> <td>Plz:</td><td><input style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="5" type="text"></td> </tr><tr> <td>Email:</td><td><input style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="6" type="text"></td> </tr><tr> <td>Malerprogramm:</td><td><select style="font-family:  arial; font-size: 12px; height: 20px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" name="9" id="9"><option value="Malerarbeiten mit Hubwagen oder Gerüst">Malerarbeiten mit Hubwagen oder Gerüst</option><option value="Fassadenreinigungen">Fassadenreinigungen</option><option value="Dachreinigungen">Dachreinigungen</option><option value="Putzausbesserungen">Putzausbesserungen</option><option value="Beratung und Farbgestaltung">Beratung und Farbgestaltung</option><option value="Fassadenanstriche">Fassadenanstriche</option><option value="Dachbeschichtungen">Dachbeschichtungen</option><option value="Blechdachbeschichtungen">Blechdachbeschichtungen</option><option value="Holzanstriche - Holzschutz">Holzanstriche - Holzschutz</option><option value="Lackierarbeiten - Fenster">Lackierarbeiten - Fenster</option><option value="Türen - Fensterläden">Türen - Fensterläden</option><option value="Dachrinnenanstrich">Dachrinnenanstrich</option><option value="Tapezierarbeiten">Tapezierarbeiten</option><option value="Innenanstriche">Innenanstriche</option><option value="Treppenhausrenovierung">Treppenhausrenovierung</option><option value="Vollwärmeschutz">Vollwärmeschutz</option><option value="Verlegung von Fußböden">Verlegung von Fußböden</option></select></td> </tr><tr> <td>Nachricht:</td><td><textarea name="10" style="font-family:  arial; font-size: 12px; height: 60px; width: 200px; background-color:  rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0,  0);" cols="20" rows="5"></textarea></td> </tr><tr> </tr></tbody></table>
  <table  cellpadding='0' cellspacing='5' border='0'>
     <tr>
        <td valign='top'>Sicherheitscheck:</td>
        <td>
           <span style='background:#F4F4F4;border:1px dashed #333;padding:5px 10px;color:#333;'><?php echo "$code" ?></span>
           &nbsp;&nbsp;&nbsp;
           <input type='text' name='captcha'>
           <input type='hidden' name='captchaCheck' value='<?php echo "$code" ?>'>
           <br />(&Uuml;bertragen Sie den Code in das Feld)
        </td>
     </tr>
  </table><table id="tableThree" border="0" cellpadding="0" cellspacing="5"><tbody><tr><td colspan="2"><p><button type="submit">Absenden</button></p></td></tr></tbody></table>
     <p><input type="hidden" value="1" name="s" /></p>
  </form>
  <?php
     } else {
        $captcha = $_POST["captcha"];
     $captchaCheck = $_POST["captchaCheck"];
       if($captcha==""||$captcha!=$captchaCheck) {
        echo "<script type='text/javascript'>
        alert('Bitte beantworten Sie die Sicherheitsabfrage korrekt!');
        history.back(1);
        </script>";
        exit;
     }
       $send=0;
       if(mail($mail,"Kundenanfrage",$mitteilung,"from"))
       {
         echo "<p><strong>Ihre E-Mail wurde abgesendet.</strong></p>";
         echo "<p><a href=".$_SERVER['PHP_SELF'].">Zurück zum Formular</a></p>";
       }else{
         echo "<p><strong>Es ist ein Fehler aufgetreten!</strong></p>";
         echo "<p><a href=".$_SERVER['PHP_SELF'].">Zurück zum Formular</a></p>";
       }
     }
  ?>
[/PHP]

Deine HTML-Datei muss die Dateiendung *.php haben und auf einem PHP-fähigen Webserver aufgerufen werden, das das PHP-Script sonst nicht interpretiert wird.

Was für ein grauenhafter HTML/PHP-Code, der auch noch Sicherheitslücken hat. Hau weg den Sch…