Re: [PHP-DB] Changing colors in table?

2002-09-30 Thread boclair
- Original Message - From: Blue Tiger <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 10:13 AM Subject: RE: [PHP-DB] Changing colors in table? : The blank table column comes from a blank MySQL database field...(I was : initially going to blob

RE: [PHP-DB] Changing colors in table?

2002-09-30 Thread Blue Tiger
] Subject: Re: [PHP-DB] Changing colors in table? I don't see where you put your blank table column. I am guessing it might be somewhere within this for loop: for ($i=0; $i < $num_tables; $i++) { echo(" $arr_tablenames[$i] "); echo(''); $res

RE: [PHP-DB] Changing colors in table?

2002-09-30 Thread Blue Tiger
echo(""); } Is that too much to sort through??? -Original Message- From: Tony S. Wu [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 7:31 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Changing colors in table? If the table's background color will be set w