I need to know how to generate a user number. For example, when a user visits a certain page on my site, they see a 14- or 10-digit (depending on the page) number with any sequence of the following 9 characters: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. I would prefer random against incrementing (for example, 7291862947, 5629857392... instad of 0000000001, 0000000002...). I could do this, but here comes the catch.
If a user visits the page, they see the number. But then if the user visits the page again 784 days later, it has the same number. Note that 784 days is just an example, it would also have the same number 4, 334 or 2,896 days later. And, a different user has a different number.
If anyone knows how to do this, please tell me right away.![]()
![]()
![]()



) number with any sequence of the following 9 characters: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. I would prefer random against incrementing (for example, 7291862947, 5629857392... instad of 0000000001, 0000000002...). I could do this, but here comes the catch.
Reply With Quote



Bookmarks