Posted by ECRIA Public Mail Buffer on 06/09/05 02:50
1. In PHP associative array keys are case sensitive -
use:
"From: mail@addreess.com\r\n"."Reply-To: {$_POST['email']}");
instead of:
"From: mail@addreess.com\r\n"."Reply-To: {$_POST['EMAIL']}");
2. You have a " before your name property in the message text field of your
form, which causes it to be ignored as a field on form submission in IE.
use:
<textarea name="message"
instead of:
<textarea "name="message"
ECRIA
http://www.ecria.com
Navigation:
[Reply to this message]
|