[SOLVED] Â Conditional formatting |
10/29/2007 6:38:12 AM |
PHPRunner General questions | |
O
osluk author
I have studied this post from Jane. |
|
J
|
Jane 10/30/2007 |
Chris, |
O
|
osluk author 10/30/2007 |
Thanks Jane
|
O
|
osluk author 11/2/2007 |
Can anyone help with this. |
J
|
Jane 11/6/2007 |
Chris, global $data; $str = "<font color="; if ($data["07_change_percent"]==0) $str.="red"; if ($data["07_change_percent"]!=0) $str.="green"; str.=">".$value."</font>"; $value=$str;
|
O
|
osluk author 11/7/2007 |
Hi Jane thanks for your help
global $data; |