Posted by Bent Stigsen on 12/18/80 11:49
Chung Leong wrote: > > TristaSD wrote: >> Hi, >> >> Need a string of random numbers from 1 to 6 generated by php, none of >> the numbers repeat, e.g. 142635, and NOT 114255. >> >> Thanks. > > str_shuffle(implode('', range(1, 6))); Subtle hint? :)
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming