I have a number like 00001
and I want to keep adding 1
to it till I reach 00044
How can I do this in PHP?
I tried but it takes it as 1 not 00001
So basically what I want is
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
.
.
.
.