<?php
$to = "info@4webmaster.net";
$subject = "FeedbackFormular";
mail( $to, $subject, $name, $email, $vorname, $land, $text )
?></p>
nun kommt fehler count
was muss ich mache?
$to = "info@4webmaster.net";
$subject = "FeedbackFormular";
mail( $to, $subject, $name, $email, $vorname, $land, $text )
?></p>
nun kommt fehler count
was muss ich mache?
Kommentar