Re: [PHP-DB] Re: help w/ multidementional array in mysql

2004-02-25 Thread Scott
X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 25 Feb 2004 15:39:17 -0800 Justin Patrin <[EMAIL PROTECTED]> wrote: > ;-) > > > foreach ($returned_rows as

Re: [PHP-DB] Re: help w/ multidementional array in mysql

2004-02-25 Thread PHELPS, SCOTT
On Wed, 25 Feb 2004 14:56:53 -0400 Luis M Morales C <[EMAIL PROTECTED]> wrote: Thank you so much Justin and Luis. You guys are awesome. You both helped me tremendously! BTW, I figured out a way to make the tables show the $value results in alternating colors. I just use a bitwise AND to tes

Re: [PHP-DB] Re: help w/ multidementional array in mysql

2004-02-25 Thread Luis M Morales C
This is an great aproach to solve your problem but i suggest some things to obtain an better performance on your apps. See my comments bellow On Wednesday 25 February 2004 14:24, Justin Patrin wrote: > Scott Phelps wrote: > > Thanks in advance for reading this: > > > > I am trying to take a quer