Jump to content

[SOLVED] Incrementing Large Numbers


dshevnock

Recommended Posts

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!

 

Link to comment
https://forums.phpfreaks.com/topic/56585-solved-incrementing-large-numbers/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.