automated color change |
10/27/2008 5:39:48 AM |
PHPRunner General questions | |
is something like that possibel: |
|
J
|
Jane 10/28/2008 |
Hi, global $data; if ($data["field_1"]=="X") $value = "<font color=red>".$value."</font>"; |