02 7:17 AM
> To: Rankin, Randy
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] First record of array not being echoed
>
> It seems to me that the first time you go through the loop, if
> $record->wave_num is != $prior_wave then you print the wave number but
> not the pe
It seems to me that the first time you go through the loop, if
$record->wave_num is != $prior_wave then you print the wave number but
not the person's name--but you already have a record there with a
person's name!
Try taking out the else statement--if you follow the code from there you
should be