Re: [PHP-WIN] More Then one email

2004-03-11 Thread yhvh
$recipient = "[EMAIL PROTECTED], $_POST[email"; should be: $recipient = "[EMAIL PROTECTED], $_POST[email]"; Is it that? -Message d'origine- De : Will [mailto:[EMAIL PROTECTED] Envoyï : jeudi 11 mars 2004 01:33 ï : PHP King; Php-Windows Objet : [PHP-WIN]

RE: [PHP-WIN] More Then one email

2004-03-10 Thread BrokenClock
oyé : jeudi 11 mars 2004 01:33 > À : PHP King; Php-Windows > Objet : [PHP-WIN] More Then one email > > > I have a problem. When I put 2 email addresses together it does not > send the email. The coding is like this: > > $recipient = "[EMAIL PROTECTED], $_POST[ema

[PHP-WIN] More Then one email

2004-03-10 Thread Will
I have a problem. When I put 2 email addresses together it does not send the email. The coding is like this: $recipient = "[EMAIL PROTECTED], $_POST[email]"; The send form looks like this: Everything works, the subject message etc. But when it is sent I do not get any emails at all!! Please