basic-php-11-sendmail-rev01.php / php
<html> <head> <title>Mail Sent!</title> </head> <body> <?php _POST["to"]; _POST["from"]; _POST["subject"]; _POST["message"]; from . "\r\n"; to, message, mailsent) { echo "Congrats! The following message has been sent: <br><br>"; echo "<b>To:</b> <br>"; echo "<b>From:</b> from<br>"; echo "<b>Subject:</b> <br>"; echo "<b>Message:</b><br>"; echo message; } else { echo "There was an error..."; } ?> </body> </html>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.