phpbar.de logo

Mailinglisten-Archive

[php] Formularschwierigkeiten

[php] Formularschwierigkeiten

Anton_Metz_(at)_t-online.de Anton_Metz_(at)_t-online.de
Fri, 2 Mar 2001 15:47:25 +0100


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