chad qian wrote:
Hi,
I need to generate random 8-digit numbers continuously.And no duplication among all those numbers.In other word,every single 8-digit number must be unique.How to do php programming?
Change your specification to 13 characters and use the function uniqid

Uniqid is driven by the system clock -- so it's granularity is a microsecond.





_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to