My source file contains numerical information shaped like this:
32,567,90
32,689,78
et cetera
If I use (longint)$numst r I get 32 as value (logically).
How can I convince php to ignore the , in these strings ?
Probably in the manual, but I could not find an entry for this. Don't know
how to call this problem.
TIA
Pjotr
32,567,90
32,689,78
et cetera
If I use (longint)$numst r I get 32 as value (logically).
How can I convince php to ignore the , in these strings ?
Probably in the manual, but I could not find an entry for this. Don't know
how to call this problem.
TIA
Pjotr
Comment