Posted by bokke on 11/03/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
Navigation:
[Reply to this message]
|