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? and should that be
{$id, $nom, $prenom, $email} = $STH->fetchrow_array
or perchance
($id, $nom, $prenom, $email) = $STH->fetchrow_array
ciao drieux
---
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]