diff --git a/test.php b/test.php index 2e4d46a..5c7082d 100644 --- a/test.php +++ b/test.php @@ -1,50 +1,98 @@ - +
-Füllung 1: = $liter1 ?> L
-Füllung 2: = $liter2 ?> L
-Gesamtmenge: = $gesamtLiter ?> L
+ -Kosten Füllung 1: = $fmtK1 ?> €
-Kosten Füllung 2: = $fmtK2 ?> €
-Gesamtkosten: = $fmtKG ?> €
+Fill 1: = $volume1 ?> L
+Fill 2: = $volume2 ?> L
+Total volume: = $totalVolume ?> L
+ +Price per liter: = $fmtPrice ?> €
+Cost fill 1: = $fmtCostFill1 ?> €
+Cost fill 2: = $fmtCostFill2 ?> €
+Total cost: = $fmtTotalCost ?> €
| Bezeichnung | Wert |
|---|---|
| Label | Value |
| Füllung 1 (L) | = $liter1 ?> |
| Füllung 2 (L) | = $liter2 ?> |
| Gesamt (L) | = $gesamtLiter ?> |
| Kosten Füllung 1 (€) | = $fmtK1 ?> |
| Kosten Füllung 2 (€) | = $fmtK2 ?> |
| Gesamtkosten (€) | = $fmtKG ?> |
| Fill 1 (L) | = $volume1 ?> |
| Fill 2 (L) | = $volume2 ?> |
| Total (L) | = $totalVolume ?> |
| Price per liter (€) | = $fmtPrice ?> |
| Cost fill 1 (€) | = $fmtCostFill1 ?> |
| Cost fill 2 (€) | = $fmtCostFill2 ?> |
| Total cost (€) | = $fmtTotalCost ?> |