Servus zusammen,
mein Name ist Eddy und ich komme aus dem schönen München.
Vorab ich habe keine Ahnung vor Fußball
Zu meinem Problem: ich habe ein Kontaktformular auf meiner HP und das hat bis jetzt auch immer funktioniert und auf einmal tut es das nicht mehr hat einer eine idee?
man kann zwar alles ausfüllen und verschicken aber ich bekomme nichts.
personal-trainer-online.com/kontakt.htm
und die Formmail Datei dazu
<?php
$fmtResponse= implode("", file("response.htt"));
$fmtMail= implode("", file("mail.htt"));
foreach($HTTP_POST_VARS as $key=> $val)
{
$fmtResponse= str_replace("<$key>", $val, $fmtResponse);
$fmtMail= str_replace("<$key>", $val, $fmtMail);
}
mail($HTTP_POST_VARS["recipient"], $HTTP_POST_VARS["subject"], $fmtMail);
echo $fmtResponse;
?>
brauche bitte eure hilfe.
gruß eddy