phpbar.de logo

Mailinglisten-Archive

[php] include in mail

[php] include in mail

Cyrill Schumacher php_(at)_phpcenter.de
Mon, 20 Aug 2001 10:41:51 +0200


> wie realisiere ich folgendes sauber bzw. geht das auch anders?
>
> mail("foo_(at)_bar.de", "Bestellung", include("inhalt.php");, "From: " .
$absmail
> . " Content-Type:text/html");

$text = implode('',file('inhalt.php'));

/* eventuell:  eval(' $text = "'.addcslashes($text,'"').'"; '); */

mail("foo_(at)_bar.de", "Bestellung", $text, "From: " . $absmail
. " Content-Type:text/html");

kiri




php::bar PHP Wiki   -   Listenarchive