Hi,
I am new at php and I am trying to code a incremental number generator. I want to be able to modify it if needed. The numbers would look like ex: daf0001 or whatever letters I want to use at the beginning. It would really be nice to be able to have it start at a then go to z for the beginning numbers and change to the next letter as needed. I also want to be able to control the length of the digits. ex 8 or 10.
Is there code anywhere simular to this available?
If not, how do I code this to work? The code would need to be able to display the number and it can't regenerate a new number thats already in use. So It will need to have some sort of checking system to prevent that from happenning.
I have searched google multiple times on this but keep getting results related to random number generation.
any help would be greatly appreciated.
Thanks,
DataCom