RE: [PHP-DB] table html with PHP

2010-06-15 Thread Systems
ms Cc: php-db@lists.php.net Subject: Re: [PHP-DB] table html with PHP thank youu... work... I understand why the $i = 0 again... thanks thanks thanks 2010/6/15 Systems I assume you're looking for something like: $varible[0]"; $i++; If ($i>1)

Re: [PHP-DB] table html with PHP

2010-06-15 Thread Emiliano Boragina
thank youu... work... I understand why the $i = 0 again... thanks thanks thanks 2010/6/15 Systems > I assume you're looking for something like: > > >$i = 0; >while(array) >{ >echo "$varible[0]"; > $i++; >If ($i>1) > { >$i=0; >

Re: [PHP-DB] table html with PHP

2010-06-15 Thread Emiliano Boragina
sorry again... thanks for your answer... 2010/6/15 Emiliano Boragina > sorry... why $i = 0 again? > > 2010/6/15 Systems > > I assume you're looking for something like: >> >> >>>$i = 0; >>while(array) >>{ >>echo "$varible[0]"; >> $i++; >>If ($i>1) >>

Re: [PHP-DB] table html with PHP

2010-06-15 Thread Emiliano Boragina
sorry... why $i = 0 again? 2010/6/15 Systems > I assume you're looking for something like: > > >$i = 0; >while(array) >{ >echo "$varible[0]"; > $i++; >If ($i>1) > { >$i=0; >echo ''; >} >} > ?> > > > >

RE: [PHP-DB] table html with PHP

2010-06-15 Thread Systems
I assume you're looking for something like: $varible[0]"; $i++; If ($i>1) { $i=0; echo ''; } } ?> -Original Message- From: Emiliano Boragina [mailto:emiliano.borag...@gmail.com] Sent: Tuesday, June 15, 2010 3: