Aafter record added |
5/17/2010 10:02:44 | |
| PHPRunner General questions | ||
|
B
benim author
i have a Tabelle as "Rechnung" and Field as "Stuck" (piece), "Preis" (price) and "Gesamt" (sum). |
||
|
A
|
ann 5/18/2010 |
|
Hi, $values["Gesamt"]=$values["Stuck"]+$values["Preis"];
|
|