Guten Tag!
Ich bin dabei ein kleines und schlichtes WebShop CMS zu coden.
Bis jetzt ist auch alles schön und gut bis auf eine Sache.
Wenn ich das Kontostand - Kosten mache (Bsp: 500.00 - 5.50),
kommt als Ergebnis 495 raus. Meine Rechnung ist wie folgt:
In der Datenbank speicher ich es als double Typ ein.
Ich bin dabei ein kleines und schlichtes WebShop CMS zu coden.
Bis jetzt ist auch alles schön und gut bis auf eine Sache.
Wenn ich das Kontostand - Kosten mache (Bsp: 500.00 - 5.50),
kommt als Ergebnis 495 raus. Meine Rechnung ist wie folgt:
$coins = number_format($UserData->coins - $price, 2, ',', '.');
In der Datenbank speicher ich es als double Typ ein.