[PHP-DB] table html with PHP

2010-06-15 Thread Emiliano Boragina
Hello everyone, I need to know how do I do a two columns table with a register per cell. table tr ?php $i = 0; while(array) { echo td$varible[0]/td; } j++ if j 2 echo /tr ? /table this dont work very well. Thanks a lot

RE: [PHP-DB] table html with PHP

2010-06-15 Thread Systems
Boragina [mailto:emiliano.borag...@gmail.com] Sent: Tuesday, June 15, 2010 3:21 PM To: php-db@lists.php.net Subject: [PHP-DB] table html with PHP Hello everyone, I need to know how do I do a two columns table with a register per cell. table tr ?php $i = 0; while(array) { echo td$varible[0]/td

Re: [PHP-DB] table html with PHP

2010-06-15 Thread Emiliano Boragina
'; } } ? /tr /table -Original Message- From: Emiliano Boragina [mailto:emiliano.borag...@gmail.com] Sent: Tuesday, June 15, 2010 3:21 PM To: php-db@lists.php.net Subject: [PHP-DB] table html with PHP Hello everyone, I need to know how do I do a two columns table

Re: [PHP-DB] table html with PHP

2010-06-15 Thread Emiliano Boragina
] table html with PHP Hello everyone, I need to know how do I do a two columns table with a register per cell. table tr ?php $i = 0; while(array) { echo td$varible[0]/td; } j++ if j 2 echo /tr ? /table this dont work very well. Thanks a lot

Re: [PHP-DB] table html with PHP

2010-06-15 Thread Emiliano Boragina
) { $i=0; echo '/trtr'; } } ? /tr /table -Original Message- From: Emiliano Boragina [mailto:emiliano.borag...@gmail.com] Sent: Tuesday, June 15, 2010 3:21 PM To: php-db@lists.php.net Subject: [PHP-DB] table html with PHP Hello everyone, I

RE: [PHP-DB] table html with PHP

2010-06-15 Thread Systems
: 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 syst...@3dgtech.com I assume you're looking for something like: table tr ?php $i = 0; while(array) { echo