I have an array with numbers from a excel file in 12345,78 format and y
need to change the coma (,) for a point (.) to make this numbers float.
I have this:
str_replace("," ,".",$array_wit h_numbers); but does not work.
Any help???
need to change the coma (,) for a point (.) to make this numbers float.
I have this:
str_replace("," ,".",$array_wit h_numbers); but does not work.
Any help???
Comment