Le dim 09/11/2003 à 17:44, drieux a écrit :

Hi,

> On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote:
> 
> >
> >                                    while({$id, $nom, $prenom, $email} = 
> > $STH->fetchrow_array){
> >
> >                                    $REQ->Tr,
> >                                    $REQ->td('$id'),
> >                                    $REQ->td('$nom'),
> >                                    $REQ->td('$prenom'),
> >                                    $REQ->td('$email'),
> >                                    $REQ->$id++;
> > }
> >                                    ),
> 
> is this the 'while' at or near line 90?

Yes,

> and should that be
> 
>       {$id, $nom, $prenom, $email} = $STH->fetchrow_array
> 
> or perchance
> 
>       ($id, $nom, $prenom, $email) = $STH->fetchrow_array
> 
> 

Unfortunatly I already try, I have another error with it

Lanzaroto


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to