I need to test the value of a sting input. The amount is entered as a decimal "1,234.56" and I need to get the value.
I am saving the output to a DB field which is a double(10,2). But MYSQL does not like the comma in the string.
Anyone done this
Thanks
Dave