
Php Mail Script
According to the form action in simple_form.html, you
need a script called send_simpleform.php. The goal
of this script is to accept the text in
$_POST[sender_name], $_POST[sender_email],
and $_POST[message] format, send an e-mail, and
display a confirmation to the Web browser.
Open a new file in your text editor.
Begin a PHP block, then start building a message string:
PHP script to process the form,...