If I have a string
00020300504 00000234892839 000239074
how can I get rid of the leading zeroes so that I will only have this
you can add "+" in your variable,
example :
$numString = "0000001123000"; echo +$numString;