RE: [PHP] value of an array into a sendmail function

2002-03-05 Thread Demitrious S. Kelly
02 -Original Message- From: Kris Vose [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 12:29 PM To: [EMAIL PROTECTED] Subject: [PHP] value of an array into a sendmail function I want to take the value of an array and define it as $message. This variable will be called in the sendma

[PHP] value of an array into a sendmail function

2002-03-05 Thread Kris Vose
I want to take the value of an array and define it as $message. This variable will be called in the sendmail function mail(). Here is what I have so far. (does not work!) Can anyone help me with this problem? $automail = file("DOCUMENT_ROOT/BetterBus/1/AutoEmail.txt"); $number_of_lines = cou

[PHP] value of an array into a sendmail function

2002-03-05 Thread Kris Vose
I want to take the value of an array and define it as $message. This variable will be called in the sendmail function mail(). Here is what I have so far. (does not work!) $automail = file("DOCUMENT_ROOT/BetterBus/1/AutoEmail.txt"); $number_of_lines = count($automail); for ( $i=0; $i<$number_o