|
Posted by linda on 11/15/06 22:15
Thanks Steve,
Tiredness can scr*w up your code! It's working now....
I also found a couple other mistakes after amending what you pointed out!
"Steve" <no.one@example.com> wrote in message
news:jdM6h.59$895.22@newsfe04.lga...
> perhaps this?
>
>
> mail ($_POST['email']), 'Thank you for registering', $body, 'From:
> admin@mydomain.co.uk';
>
>
> notice you've closed off the mail() function too early and placed a comma
> after the enclosing parenth. try:
>
> mail($_POST['email'], 'Thanks a bunch', $body,
> 'From:admin@mydomain.co.uk');
>
> hth,
>
> me
>
>
>
Navigation:
[Reply to this message]
|