setJahresUmsatz"; echo "

Kundennummer: $kdnr

"; echo "

Neuer Umsatz: $umsatz

"; echo setJahresUmsatz($dbh, $kdnr, $umsatz); echo "

getJahresUmsatz

"; echo "

Jahresumsaz: "; // php rundet automatisch: "... num is rounded to decimals significant digits before the decimal point." // https://www.php.net/manual/en/function.number-format.php echo number_format(getJahresUmsatz($dbh, $kdnr),2); echo "€

"; echo "

setAllRabattStufen: "; echo setAllRabattStufen($dbh);