A
atse
Hi,
I select * from a table in the database, for example
id name state zip
1 Smith OH 12345
2 John NJ 22541
3 Jack NJ 22536
4 Andy NJ 66541
5 Jay CA 22444
6 Peter IL 23522
7 Ray IL 23514
....
....
Please focus on "state", row 2, 3 and 4 are "NJ"; row 6 and 7 "IL".
What I want is that the same values display a special color, such as RED,
<font color=red>field[state]</font>.
In this case, NJ and IL in the table will display RED. How can I get the
values of "field[state]"?
Thanks for any idea?
Atse
I select * from a table in the database, for example
id name state zip
1 Smith OH 12345
2 John NJ 22541
3 Jack NJ 22536
4 Andy NJ 66541
5 Jay CA 22444
6 Peter IL 23522
7 Ray IL 23514
....
....
Please focus on "state", row 2, 3 and 4 are "NJ"; row 6 and 7 "IL".
What I want is that the same values display a special color, such as RED,
<font color=red>field[state]</font>.
In this case, NJ and IL in the table will display RED. How can I get the
values of "field[state]"?
Thanks for any idea?
Atse