PHP E-Mail Form Example

Message Sent!

This is an example form written using the PHP script language. The form results are formatted and e-mailed to a given address.

Your Name :
EMail Addr:
Suggestions

This is what the complete message that is being sent looks like:

"; echo "From: $EMAIL_ADDR
"; echo "Subject: Form Results
"; echo "Reply-to: $EMAIL_ADDR
"; echo "X-Mailer: PHP-1.99

"; echo "
$body
">