Wednesday, 11 September 2013

convert these string to number php

convert these string to number php

using php. I have the following number
4,564,454
454,454,454
54.54
65.43
I want to convert these into number for calculating. How can I do it?
Right now, the type of these number is string.
Thanks

No comments:

Post a Comment