Mailinglisten-Archive |
> 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