Posted by bokke on 11/18/11 11:41
$Name = $HTTP_POST_VARS['Name'];
$email = preg_replace( '/[\r\n]/', '', $email );
$email = $HTTP_POST_VARS['email'];
$subject = "Message From us";
$message = $HTTP_POST_VARS['comments'];
if I added the second line - the form still works but that doesn't seem
to fix the problem you mention above? or does it?
micahel
[Back to original message]
|