Amanda Hemmerich wrote:

Ok, I am trying to fix a bug on a site I didn't write, and I looked for
examples on www.php.net and couldn't find what I needed.

Here is the line of code in question:

mail($email, "XXX - Conference Registration Confirmation", $message,
"From: [EMAIL PROTECTED]" . "Cc:[EMAIL PROTECTED];
[EMAIL PROTECTED]");

I would have thought it needs a space after Cc: and before the email address. Look at the example code here:


http://uk.php.net/manual/en/function.mail.php

--
http://www.launchcode.co.uk - PHP Development Services
"I am not young enough to know everything." - Oscar Wilde

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to