[PHP-WIN] Re: mail() doesn't work with $ variable

2002-05-05 Thread Cheyenne Vermeulen
Thanks man!! it did the job! For a strange reason i just did'nt see it. Thanks very much Regards, Cheyenne -- Tinck all media www.tinck.com [EMAIL PROTECTED] "Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "Cheyenne Vermeulen" <[EMAIL PROT

[PHP-WIN] Re: mail() doesn't work with $ variable

2002-05-05 Thread Steve Yates
"Cheyenne Vermeulen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > $recipient.= "$voornaam $naam <$email>" ; I would suggest trying this with just the e-mail address, and/or quotes around the name. Heck, replace each of the four variables with a strin

[PHP-WIN] Re: mail() doesn't work with $ variable

2002-05-05 Thread Cheyenne Vermeulen
The error occurs on 103 wich is the following line: mail($recipient, $subject, $message, $headers); Thanks in advance! Regards -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php