alert('Whoa $name you either answered the last question wrong, or forgot to answer at all!');"; echo ''; exit; } $to_email = "you@yourdomain.com"; $subject = "$name wanted to tell you something"; $msg = "$name wanted to let you know $stuff
Email them at $email to answer!"; $mailheaders = "From: $email\n"; $mailheaders .= "Reply-To: $email\n"; $mailheaders .= "Return-Path: $email\n"; $mailheaders .= "Content-type: text/html\n\n"; mail($to_email, $subject, $msg, $mailheaders); echo ""; echo ''; exit; } else { $form = '
'; $form .= 'And you are?

I can email you where?

You\'d like to tell me?

ABC is easy as (According to the Jackson 5)
'; echo $form; } ?>