PHP/FI eMail Form Example

Message Sent!

This is an example form written using the PHP/FI script language. The form results are formatted and e-mailed to a given address. In the case of this test, it is e-mailed to mailtest@onweb.com.au

Your Name :
Your 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 "
$body
">