home *** CD-ROM | disk | FTP | other *** search
- <?php mail($To, "Bestellung", "\nVon: $From\n\n $Order", "From: $From <$sender>\nContent-Type: text/plain;");
- mail($From, "Bestellung (Kopie)", "\nVon: $To\n\n $Order", "From: $From <$sender>\nContent-Type: text/plain;");
- Header("Location: $Location");
- exit;
- ?>
-