Why are you being to belligerent?
English 101-104 I have aced.
Top secret security clearance I maintain.
Concatenate I know well (why would I combine the from, and the bcc?)

A logical explanation as to the order these guys get plugged into in an
array and why one requires a "" another a '' and the other a "\r\n" with
little to no documentation available on google or the text book,
If this is representation to my ignorance in syntax, then yes, I am guilty!

I am simply trying to understand......



-----Original Message-----
From: Wolf [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 19, 2007 6:23 PM
To: Brad
Cc: php-general@lists.php.net; 'Stut'
Subject: RE: [PHP] two small issues with php mail

Why is what?  Sorry, you are going to have to go back and phrase this into a
complete sentence.

"it makes no sense" refers to what exactly?

No, you don't have clearance since you haven't passed syntax 101 along with
English and Grammar 101.  Once you have completed these courses, the answers
to your questions should be as obvious as the keyboard in front of you.

If Stut's answer does not make sense to you, google concatenate in the
dictionary (dictionay: concatenate), then re-read his answer.

Your professor MUST have a bottle stored somewhere...

Wolf


---- Brad <[EMAIL PROTECTED]> wrote: 
> Why is this?
> 
> It makes no sense?
> 
> Can anyone show me where an "order of operations" for php mail might be
> hidden?
> Or is this "top secret" information requiring clearance "which I have"?
> 
> ################################################
> Wrong bit. I also said...
> 
>  > // $headers = 'bcc: '[EMAIL PROTECTED]';
> 
> This should work. However, because you're assigning this to $headers
rather
> than concatenating it you're trampling over the From line above.
> 
> BTW, Bcc usually has a capital letter. Probably wouldn't cause any
problems
> but has the potential to stop it working.
> 
> Fin.
> 
> -Stut
> ###############################################
> 
> -----Original Message-----
> From: Stut [mailto:[EMAIL PROTECTED] 
> Sent: Monday, November 19, 2007 5:25 PM
> To: Brad
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] two small issues with php mail
> 
> Brad wrote:
> > You say
> > 
> >> The use of BCC with the PHP mail function is pretty well-explained on 
> >> the PHP manual page for said function.
> > 
> > I say,
> > 
> > No it doesn't, I tried everything on that page and it either parse
> error'ed
> > or didn't work.
> 
> Wrong bit. I also said...
> 
>  > // $headers = 'bcc: '[EMAIL PROTECTED]';
> 
> This should work. However, because you're assigning this to $headers 
> rather than concatenating it you're trampling over the From line above.
> 
> BTW, Bcc usually has a capital letter. Probably wouldn't cause any 
> problems but has the potential to stop it working.
> 
> Fin.
> 
> -Stut
> 
> -- 
> http://stut.net/
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition. 
> Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date:
11/18/2007
> 5:15 PM
>  
> 
> No virus found in this outgoing message.
> Checked by AVG Free Edition. 
> Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date:
11/18/2007
> 5:15 PM
>  
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date: 11/18/2007
5:15 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date: 11/18/2007
5:15 PM
 

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

Reply via email to