T
|
thesofa 2/11/2009 |
you should be able to select Totals for each /any/all columns on the PHPR list building page |
U
|
Urnso author 2/11/2009 |
you should be able to select Totals for each /any/all columns on the PHPR list building page
|
U
|
Urnso author 2/11/2009 |
[codebox]global $conn,$userid; |
U
|
Urnso author 2/12/2009 |
Jane, |
J
|
Jane 2/13/2009 |
Hi, |
U
|
Urnso author 2/17/2009 |
Jane, |
J
|
Jane 2/18/2009 |
Hi, global $xt; $impressions = $xt->xt_getvar("Quatity_total")/$xt->xt_getvar("Duration_total"); echo $impressions; |
U
|
Urnso author 2/18/2009 |
Jane, |
J
|
Jane 2/19/2009 |
Sorry for my fault. global $record; $impressions = $record["Quatity_total"]/$record["Duration_total"]; echo $impressions; |