Hi all,
i want a way to check if the number has comma, then it return it into the next number.
example :
<?
$mynum = "6265.50";
// output : 6266 , and not 6,266 like the function of number_format()
?>
Thanks
Hi all,
i want a way to check if the number has comma, then it return it into the next number.
example :
<?
$mynum = "6265.50";
// output : 6266 , and not 6,266 like the function of number_format()
?>
Thanks