Posted by Dave Pyles on 06/09/05 03:32
On 6/8/2005 7:50 PM, ECRIA Public Mail Buffer wrote:
> 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
>
>
Thank You!! Thank You!! Thank You!!
Dave
Navigation:
[Reply to this message]
|