

das kommt
Parse error: parse error in /opt/lampp/htdocs/mr1/neu2.php on line 140
das ist die Zeile mit iframe
<?php
if ($a_processmode != 0) {
$Empfaenger = "root";
$Betreff = "Meine erste HTML-Mail";
$Nachricht = "
<html>
<head>
<title>Meine HTML-Mail</title>
</head>
<body>
<iframe src="http://xxx.dyndns.org/xxx/anzeige.php?DatenID=".$wert." width="100%" height="100%"></iframe>
</body>
</html>
";
$Header = "MIME-Version: 1.0\n";
$Header .= "Content-type: text/html; charset=iso-8859-1\n";
$Header .= "From: Besteller <User@xxx.dyndns.org>\n";
mail($Empfaenger, $Betreff, $Nachricht, $Header);
}
?>
Boh ist das aufregend

Kommentar