I want to have a form field called "email address"
If a person was to hit submit with their email address typed in the field, how do I make the formmail script so that it shows that the email is coming from him?
From: $email_address
Like that!
<?
mail("example@php.com", "Your Name",
"Name: $Name");
?>