RE: cell colors PHP/MySQL

2006-08-10 Thread Daevid Vincent
an once told me, "Organization is the key to success". DÆVID > -Original Message- > From: Nicholas Vettese [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 09, 2006 12:33 PM > To: mysql@lists.mysql.com > Subject: Re: cell colors PHP/MySQL > > Wouldn&#

Re: cell colors PHP/MySQL

2006-08-09 Thread Ligaya Turmelle
Brian E Boothe wrote: i'm needing assistance in table Cell color thru MySQL i have a project were im listing a projects in a table either Complete / Active / Pending / now im needing these refrances cells to change Color whenver its lists them out on a page, [Complete] = green[Active] =

RE: cell colors PHP/MySQL

2006-08-09 Thread Logan, David (SST - Adelaide)
:[EMAIL PROTECTED] Sent: Thursday, 10 August 2006 4:55 AM To: mysql@lists.mysql.com Subject: cell colors PHP/MySQL i'm needing assistance in table Cell color thru MySQL i have a project were im listing a projects in a table either Complete / Active / Pending / now im needing these refrances

Re: cell colors PHP/MySQL

2006-08-09 Thread Nicholas Vettese
Wouldn't using a 'switch' statement work better? Just please do not ask me to show an example. :) - Original Message - From: "Chris White" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 09, 2006 3:30 PM Subject: Re: cell colors PHP/MySQL On We

Re: cell colors PHP/MySQL

2006-08-09 Thread Chris White
On Wednesday 09 August 2006 12:24 pm, Brian E Boothe wrote: > i'm needing assistance in table Cell color thru MySQL > i have a project were im listing a projects in a table either Complete > / Active / Pending / now im needing these refrances cells to change > Color whenver its lists them out on

cell colors PHP/MySQL

2006-08-09 Thread Brian E Boothe
i'm needing assistance in table Cell color thru MySQL i have a project were im listing a projects in a table either Complete / Active / Pending / now im needing these refrances cells to change Color whenver its lists them out on a page, [Complete] = green[Active] = Blue[Pending] = ye