Hallo!
/*
Du weißt was das bedeutet? hiernach kommt ein Kommentar, der nicht von PHP interppretiert wird ;-)
* Example usage
*
[1]
$attachment = fread(fopen("test.gif", "r"), filesize("test.gif"));
$mail = new mime_mail();
$mail->from = "EnricoBaumgart@compuserve.de";
$mail->headers = "Errors-To: EnricoBaumgart@compuserve.de";
$mail->to = "Enrico3@gmx.de";
$mail->subject = "Empfehlung";
$mail->body = "Das ist ein Test...";
$mail->add_attachment("$attachment", "test.gif", "image/gif");
$mail->send();
*/
hier ist das Ende des Kommentars!
Das ende des Kommentars würde ich an [1] setzen, dann wird der Rest ausgeführt!
Grüße
Andreas