dshevnock Posted June 21, 2007 Share Posted June 21, 2007 Ok, now I know how to compare 19 digit numbers to one another, but here is the new problem. How I do increment 19 digit numbers? For example, I have: $startRange = '1111111111111111111' $endRange = '1111111111111111119' I have a for loop that starts off at the $startRange, and ends when it equals the $endRage. But every time I increment the $startRange, I end up with 3.3333333333333E+18 instead of 1111111111111111112, 1111111111111111113, etc. Does anyone have aquick fix, as well as a good tutorial or the actual PHP page that describes working with numbers so I can get a better understanding of what is going on. Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/56585-solved-incrementing-large-numbers/ Share on other sites More sharing options...
clanstyles Posted June 21, 2007 Share Posted June 21, 2007 idk but like in C# or some other language you use like a long instead of an int. Quote Link to comment https://forums.phpfreaks.com/topic/56585-solved-incrementing-large-numbers/#findComment-279454 Share on other sites More sharing options...
Lumio Posted June 21, 2007 Share Posted June 21, 2007 http://www.php.net/manual/en/ref.bc.php Quote Link to comment https://forums.phpfreaks.com/topic/56585-solved-incrementing-large-numbers/#findComment-279461 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.