springer98
Regular Member
- Dec 6, 2008
- 211
- 251
I'm still learning php and am familiar with randomly rotating things like images or aff. links. I also understand sequentially displaying the same types of things but I'm stuck on doing something sequential with a number generator and a time requirement. Can anyone help me out with this?
I'm looking for a sequential number generator that will display a steadily growing set of numbers, that will allow me to set a random time (server time) to generate a new, larger number.
I'd also like to be able to choose the starting number, rather than have it begin at zero upon installation, and have no upper limit on how large the number can grow until I kill it.
The number format should allow for 2 spaces beyond a decimal point, as in dollars and cents, and allow the number to grow incrementally in either full dollars, cents or a combination of both.
Any help will be greatly appreciated.
I'm looking for a sequential number generator that will display a steadily growing set of numbers, that will allow me to set a random time (server time) to generate a new, larger number.
I'd also like to be able to choose the starting number, rather than have it begin at zero upon installation, and have no upper limit on how large the number can grow until I kill it.
The number format should allow for 2 spaces beyond a decimal point, as in dollars and cents, and allow the number to grow incrementally in either full dollars, cents or a combination of both.
Any help will be greatly appreciated.