Well duh. Thanks so much!
"Robert Cummings" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> See changes below.
>
> Cheers,
> Rob.
>
> On Sat, 2003-10-18 at 14:57, Jed R. Brubaker wrote:
> > Hi! I am trying to loop through two different database calls with two
for
> > statements, one
See changes below.
Cheers,
Rob.
On Sat, 2003-10-18 at 14:57, Jed R. Brubaker wrote:
> Hi! I am trying to loop through two different database calls with two for
> statements, one embedded in the other.
>
>for ($i; $i < $codeset_rows; $i++)
for ($i = 0; $i < $codeset_rows; $i++)
Hi! I am trying to loop through two different database calls with two for
statements, one embedded in the other.
for ($i; $i < $codeset_rows; $i++)
{
$codeset_row = $this->database->fetch_array($codeset_query);
$codesys_query = $this->database->query("select
Nope, you can't, use the loop to create a temp variable containing the
message,
or do this:
mail($to, $subj, implode("\n", $Name_Passenger_), $header);
bvr.
Richard Bradley wrote:
>I want to run a loop inside of the "body" section of the mail() function.
>
>// CODE SNIPPLET**
om: Richard Bradley [mailto:[EMAIL PROTECTED]]
Sent: 04 March 2002 13:54
To: [EMAIL PROTECTED]
Subject: [PHP] -loop question-
I want to run a loop inside of the "body" section of the mail() function.
// CODE SNIPPLET //
mail ($to, $subj,
for ($i = 0; $i <
chard Bradley [mailto:[EMAIL PROTECTED]]
Sent: 04 March 2002 13:54
To: [EMAIL PROTECTED]
Subject: [PHP] -loop question-
I want to run a loop inside of the "body" section of the mail() function.
// CODE SNIPPLET //
mail ($to, $subj,
for ($i = 0; $i < $passengerNumber; +
I want to run a loop inside of the "body" section of the mail() function.
// CODE SNIPPLET //
mail ($to, $subj,
for ($i = 0; $i < $passengerNumber; ++$i) {
$Name_Passenger_[$i]
"
}
, $header);
// ***END CODE SNIPPLET *//
I can't seem to run the loop inside a vari
7 matches
Mail list logo