[PHP] exec'ing sendmail?

2001-07-30 Thread Kevin Price-Ward
thanks Kevin Price-Ward tmx newmedia - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Extracting from arrays - alphabetically

2001-07-17 Thread Kevin Price-Ward
Hi, A simple problem for you guys (I think), I have 2 arrays - firstname and lastname, both have the same associative index - lastname, I have then performed asort on both to order them alphabetically. Now I just need to extract and display the array elements that have the associative index

[PHP] Defining the Return-Path in an email header?

2001-05-10 Thread Kevin Price-Ward
Hi, I am setting up a php emailer facility using the 'mail' function, I have defined the 'Return-Path:' in the fourth argument of 'mail', but this keeps getting overwritten by sendmail: my code says: $headers .= Return-Path: [EMAIL PROTECTED]\n; but the source on the resulting email says: