Re: [PHP-DB] Table Info

2004-12-24 Thread bandito
define 2 variables, $col1data and $col2data if it is to alternate based on the count of the row (regularly, every other row) use the modulus operator in an if statement and assign data to proper column. then just print both, the wrong one will be empty and the right one will have data if it is to a

RE: [PHP-DB] Table Info

2004-12-24 Thread Bastien Koert
how is the data to be presented? is it top to bottom left to right or left to right then top to bottom? bastien From: "Brad Ciszewski" <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] Table Info Date: Fri, 24 Dec 2004 10:29:58 -0600 I am having problems coming up with a way to do th