Ver original<?php$valor1= '59625,69';$valor2= '2085,73';$suma= number_format(($valor1 + $valor2),2);echo $suma; ?>