Trasforma la virgola in punto.
about me stackoverflow profile
Originariamente inviata da k.b Trasforma la virgola in punto. ciao k.b.! io avevo provato così, ma sembra non funzionare cmq: Codice PHP: $newStr = str_replace(',', '.', $str);$int = filter_var($newStr, FILTER_SANITIZE_NUMBER_INT);
$newStr = str_replace(',', '.', $str);$int = filter_var($newStr, FILTER_SANITIZE_NUMBER_INT);
Blog
Regole del Forum