Does anyone know how to make PHP count? For example I need to come up with the following and I don't want to manually do it.
I'm lazy...
I need it to count from 1-6000 as follows:
1,2,3,4,5,6,7,8,9,10,11,....5995,5996,5997,5998,5999,6000
Thanks in advance...

I need it to count from 1-6000 as follows:
1,2,3,4,5,6,7,8,9,10,11,....5995,5996,5997,5998,5999,6000
Thanks in advance...
Comment