Hi,
ich habe ein Kontaktformular geschrieben:
<form name="kontaktformular" method="post" action="senden.php">
<table style="width:380px">
<tr>
<td colspan="2" class="bold11">Kontaktformular<br>
<br></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Anrede:</td>
<td>
<select name="anrede" id="anrede">
<option>Herr</option>
<option>Frau</option>
</select> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Vorname:</td>
<td>
<input name="vorname" type="text" class="inputl" id="vorname"></td>
<td>Name:</td>
<td>
<input name="name" type="text" class="inputl" id="name"></td>
</tr>
<tr>
<td>Firma:</td>
<td>
<input name="firma" type="text" class="inputl" id="label"></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Straße:</td>
<td>
<input name="strasse" type="text" class="inputl" id="strasse"></td>
<td>Nr.</td>
<td>
<input name="nr" type="text" class="inputl" id="nr"></td>
</tr>
<tr>
<td>PLZ:</td>
<td>
<input name="plz" type="text" class="inputl" id="plz"></td>
<td>Ort:</td>
<td>
<input name="ort" type="text" class="inputl" id="ort"></td>
</tr>
<tr>
<td>Land:</td>
<td>
<input name="land" type="text" class="inputl" id="land"></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Telefon:</td>
<td>
<input name="telefon" type="text" class="inputl" id="telefon"></td>
<td>Email:</td>
<td>
<input name="mail" type="text" class="inputl" id="mail"></td>
</tr>
<tr>
<td colspan="4"> &n bsp;
<input type="checkbox" name="info" id="info" value="ja">
Bitte schicken Sie mir Infomaterial zu </td>
</tr>
<tr>
<td colspan="4">Kontaktieren Sie mich via:
<input type="radio" name="viamail" id="mails" value="Email">
  ;
<input type="radio" name="viatelefon" id="tele" value="Telefon">
</td>
</tr>
<tr>
<td>Kommentar:</td>
<td colspan="3"><textarea name="kommentar" cols="35" rows="5" id="kommentar"></textarea></td>
</tr>
<tr>
<td> </td>
<td colspan="2">
<input name="submit" type="submit" value="Abschicken"> <input name="reset" type="reset" value="Zurücksetzen"></td>
<td> </td>
</tr>
</table>
</form>
und habe eine senden.php erstellt.
PHP-Code:
das Formular wird auch versendet, aber die Einträge erscheinen so in der Email:
Stadt Telefon: nummer Email: info@meinemail.de Bitte senden Sie mir Infomaterial zu :
postmaster+215285@post.webmailer.de
Im Email text steht nur from : email@..de
Über eine Antwort würde ich mich freuen
ich habe ein Kontaktformular geschrieben:
<form name="kontaktformular" method="post" action="senden.php">
<table style="width:380px">
<tr>
<td colspan="2" class="bold11">Kontaktformular<br>
<br></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Anrede:</td>
<td>
<select name="anrede" id="anrede">
<option>Herr</option>
<option>Frau</option>
</select> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Vorname:</td>
<td>
<input name="vorname" type="text" class="inputl" id="vorname"></td>
<td>Name:</td>
<td>
<input name="name" type="text" class="inputl" id="name"></td>
</tr>
<tr>
<td>Firma:</td>
<td>
<input name="firma" type="text" class="inputl" id="label"></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Straße:</td>
<td>
<input name="strasse" type="text" class="inputl" id="strasse"></td>
<td>Nr.</td>
<td>
<input name="nr" type="text" class="inputl" id="nr"></td>
</tr>
<tr>
<td>PLZ:</td>
<td>
<input name="plz" type="text" class="inputl" id="plz"></td>
<td>Ort:</td>
<td>
<input name="ort" type="text" class="inputl" id="ort"></td>
</tr>
<tr>
<td>Land:</td>
<td>
<input name="land" type="text" class="inputl" id="land"></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Telefon:</td>
<td>
<input name="telefon" type="text" class="inputl" id="telefon"></td>
<td>Email:</td>
<td>
<input name="mail" type="text" class="inputl" id="mail"></td>
</tr>
<tr>
<td colspan="4"> &n bsp;
<input type="checkbox" name="info" id="info" value="ja">
Bitte schicken Sie mir Infomaterial zu </td>
</tr>
<tr>
<td colspan="4">Kontaktieren Sie mich via:
<input type="radio" name="viamail" id="mails" value="Email">
  ;
<input type="radio" name="viatelefon" id="tele" value="Telefon">
</td>
</tr>
<tr>
<td>Kommentar:</td>
<td colspan="3"><textarea name="kommentar" cols="35" rows="5" id="kommentar"></textarea></td>
</tr>
<tr>
<td> </td>
<td colspan="2">
<input name="submit" type="submit" value="Abschicken"> <input name="reset" type="reset" value="Zurücksetzen"></td>
<td> </td>
</tr>
</table>
</form>
und habe eine senden.php erstellt.
PHP-Code:
[COLOR=#000000] [COLOR=#0000CC]<?php
$empfaenger [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#CC0000]"info@meinemail.de"[/COLOR][COLOR=#006600];
[/COLOR][COLOR=#0000CC]$vorname [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"anrede"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$vorname [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"vorname"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$name [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"name"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$firma [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"firma"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$strasse [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"strasse"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$nr [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"nr"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$plz [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"plz"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$ort [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"ort"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$telefon [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"telefon"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$mail [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"mail"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$info [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"info"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$viamail [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"viamail"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$viatelefon [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"viatelefon"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$kommentar [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"info"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$ausgabe [/COLOR][COLOR=#006600]=[/COLOR][COLOR=#CC0000]"
Anrede: $anrede
Vorname: $vorname
Name: $name
Firma: $firma
Strasse: $strasse
Hausnr.: $nr
PLZ: $plz
Ort: $ort
Telefon: $telefon
Email: $mail
Bitte senden Sie mir Infomaterial zu :
Info: $info
Kontaktieren Sie mich bitte:
via Mail: $viamail
via Telefon: $viatelefon
Kommentar:
$kommentar"[/COLOR][COLOR=#006600];
if([/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"submit"[/COLOR][COLOR=#006600]]){
if(empty([/COLOR][COLOR=#0000CC]$vorname[/COLOR][COLOR=#006600]) OR empty([/COLOR][COLOR=#0000CC]$name[/COLOR][COLOR=#006600])){
echo [/COLOR][COLOR=#CC0000]"Füllen Sie bitte alle Felder aus."[/COLOR][COLOR=#006600];
} else {
[/COLOR][COLOR=#0000CC]mail[/COLOR][COLOR=#006600]([/COLOR][COLOR=#0000CC]$empfaenger[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]$ausgabe[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]"FROM: $mail"[/COLOR][COLOR=#006600]);
echo [/COLOR][COLOR=#CC0000]"Ihre Nachricht wurde erfolgreich versandt."[/COLOR][COLOR=#006600];
}
}
[/COLOR][COLOR=#0000CC]?>[/COLOR] [/COLOR]
$empfaenger [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#CC0000]"info@meinemail.de"[/COLOR][COLOR=#006600];
[/COLOR][COLOR=#0000CC]$vorname [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"anrede"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$vorname [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"vorname"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$name [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"name"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$firma [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"firma"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$strasse [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"strasse"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$nr [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"nr"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$plz [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"plz"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$ort [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"ort"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$telefon [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"telefon"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$mail [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"mail"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$info [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"info"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$viamail [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"viamail"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$viatelefon [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"viatelefon"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$kommentar [/COLOR][COLOR=#006600]= [/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"info"[/COLOR][COLOR=#006600]];
[/COLOR][COLOR=#0000CC]$ausgabe [/COLOR][COLOR=#006600]=[/COLOR][COLOR=#CC0000]"
Anrede: $anrede
Vorname: $vorname
Name: $name
Firma: $firma
Strasse: $strasse
Hausnr.: $nr
PLZ: $plz
Ort: $ort
Telefon: $telefon
Email: $mail
Bitte senden Sie mir Infomaterial zu :
Info: $info
Kontaktieren Sie mich bitte:
via Mail: $viamail
via Telefon: $viatelefon
Kommentar:
$kommentar"[/COLOR][COLOR=#006600];
if([/COLOR][COLOR=#0000CC]$_POST[/COLOR][COLOR=#006600][[/COLOR][COLOR=#CC0000]"submit"[/COLOR][COLOR=#006600]]){
if(empty([/COLOR][COLOR=#0000CC]$vorname[/COLOR][COLOR=#006600]) OR empty([/COLOR][COLOR=#0000CC]$name[/COLOR][COLOR=#006600])){
echo [/COLOR][COLOR=#CC0000]"Füllen Sie bitte alle Felder aus."[/COLOR][COLOR=#006600];
} else {
[/COLOR][COLOR=#0000CC]mail[/COLOR][COLOR=#006600]([/COLOR][COLOR=#0000CC]$empfaenger[/COLOR][COLOR=#006600], [/COLOR][COLOR=#0000CC]$ausgabe[/COLOR][COLOR=#006600], [/COLOR][COLOR=#CC0000]"FROM: $mail"[/COLOR][COLOR=#006600]);
echo [/COLOR][COLOR=#CC0000]"Ihre Nachricht wurde erfolgreich versandt."[/COLOR][COLOR=#006600];
}
}
[/COLOR][COLOR=#0000CC]?>[/COLOR] [/COLOR]
das Formular wird auch versendet, aber die Einträge erscheinen so in der Email:
Stadt Telefon: nummer Email: info@meinemail.de Bitte senden Sie mir Infomaterial zu :
postmaster+215285@post.webmailer.de
Im Email text steht nur from : email@..de
Über eine Antwort würde ich mich freuen
Kommentar