display negative value in html mode |
4/28/2008 3:04:22 AM |
PHPRunner General questions | |
A
amuro author
Hi, support |
|
J
|
Jane 4/28/2008 |
Hi,
$_SESSION["total"] = 0;
$_SESSION["total"]+= $row["1FieldName_value"];
$smarty->assign("showtotal_FieldName",$_SESSION["total"]); $_SESSION["total"] = 0; |
A
|
amuro author 4/29/2008 |
thanks, Jane |
J
|
Jane 4/29/2008 |
Sorry for my fault. |
A
|
amuro author 5/16/2008 |
thank you, Jane |
A
|
amuro author 5/16/2008 |
thank you, Jane there are 3 columns show minus value if in this condition, how could I code at phprunner?
|