How i turn like 1592.50 into 1593 with php?

cacalima

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