Hi Glowball. Thanks for your response 🙂
Hmm... Well I'm not using form method=get
I'm using
<form action="email_processor.php" method="post">
Also my email_processor.php uses the following function:
mail($email,$subject,$body);
Although I get the error message in Netscape, the info is still sent out. I just wonder how to get rid of the error message since it is not user friendly!