Hi,
also quasi so, doch informationen habe ich keine zurück erhalten.
<?php
error_reporting(E_ALL);//
} else {
$header="From: $from_name <$from_mail>\n";
$header.="Reply-To: $from_mail\n";
$header.="X-Mailer: PHP-ContactForm-Script\n";
Nein, ganz und gar nicht so. Das erzeugt ja gleich noch einen neuen Fehler, nämlich durch das sinnfreie else nach dem Setzen des error_reporting.
Wenn dir *dabei* gar nix angezeigt wird („weisse Seite“) - dann steht vermutlich display_errors auf off, stelle das also auch noch auf on.
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]