Mailinglisten-Archive |
Hi, Uli!
Ich weiß nicht, ob dich ein Script interessiert, welcher jetzt bei mir läuft,
sende aber mal sicherheitshalber:
<?php
$fmt_Response=implode("", file("response.htt"));
$fmt_Mail=implode("", file("mail.htt"));
while(list($Key, $Val)= each($HTTP_POST_VARS)) {
$fmt_Mail = str_replace($Key, $Val, $fmt_Mail);}
mail($HTTP_POST_VARS["recipient"], $HTTP_POST_VARS["subject"], $fmt_Mail);
echo $fmt_Response;
?>
Gruß
Anton Metz
php::bar PHP Wiki - Listenarchive